2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-23 02:17:34 +00:00
telethon/main.py

8 lines
190 B
Python
Raw Normal View History

2016-08-28 10:38:46 +02:00
import tl.generator
if __name__ == '__main__':
2016-08-28 10:38:46 +02:00
if not tl.generator.tlobjects_exist():
print('Please run tl/generator.py at least once before continuing')
else:
pass