LibBotUniversal/libbot/__init__.py

10 lines
173 B
Python
Raw Normal View History

2023-05-11 21:19:46 +03:00
__name__ = "libbot"
2023-07-26 15:12:13 +03:00
__version__ = "1.9"
2023-05-11 21:19:46 +03:00
__license__ = "GPL3"
__author__ = "Profitroll"
from .__main__ import *
from . import sync
2023-06-26 13:25:55 +03:00
from . import i18n
from . import pyrogram