mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03: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
|