mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
06832f8108
The code generated by the generator now classifies the output files in their corresponding categories, also writing their __init__(...) with documented arguments, and the on_send(...) method
6 lines
100 B
Python
6 lines
100 B
Python
import tlobjects_generator
|
|
|
|
|
|
if __name__ == '__main__':
|
|
tlobjects_generator.generate_tlobjecs()
|