mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Все подряд
This commit is contained in:
13
.venv2/Lib/site-packages/telethon/__init__.py
Normal file
13
.venv2/Lib/site-packages/telethon/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from .client.telegramclient import TelegramClient
|
||||
from .network import connection
|
||||
from .tl.custom import Button
|
||||
from .tl import patched as _ # import for its side-effects
|
||||
from . import version, events, utils, errors, types, functions, custom
|
||||
|
||||
__version__ = version.__version__
|
||||
|
||||
__all__ = [
|
||||
'TelegramClient', 'Button',
|
||||
'types', 'functions', 'custom', 'errors',
|
||||
'events', 'utils', 'connection'
|
||||
]
|
Reference in New Issue
Block a user