LibBotUniversal/src/libbot/__init__.py

7 lines
129 B
Python
Raw Normal View History

2023-08-10 22:34:42 +03:00
__version__ = "2.0.1"
2023-05-11 21:19:46 +03:00
__license__ = "GPL3"
__author__ = "Profitroll"
2023-08-06 13:43:41 +03:00
from . import i18n, pyrogram, sync
2023-05-11 21:19:46 +03:00
from .__main__ import *