LibBotUniversal/libbot/__init__.py
2023-06-30 10:32:16 +02:00

10 lines
173 B
Python

__name__ = "libbot"
__version__ = "1.7"
__license__ = "GPL3"
__author__ = "Profitroll"
from .__main__ import *
from . import sync
from . import i18n
from . import pyrogram