mirror of
https://github.com/LonamiWebs/Telethon
synced 2025-08-22 09:57:32 +00:00
8 lines
190 B
Python
8 lines
190 B
Python
import tl.generator
|
|
|
|
if __name__ == '__main__':
|
|
if not tl.generator.tlobjects_exist():
|
|
print('Please run tl/generator.py at least once before continuing')
|
|
else:
|
|
pass
|