Telethon/main.py
Lonami 06832f8108 Implemented init and write code on TLObjects Generator
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
2016-08-27 11:59:23 +02:00

6 lines
100 B
Python

import tlobjects_generator
if __name__ == '__main__':
tlobjects_generator.generate_tlobjecs()