LibBotUniversal/src/libbot/__init__.py
profitroll 95b58e85a9
All checks were successful
Tests / test (3.10) (push) Successful in 1m25s
Tests / test (3.11) (push) Successful in 1m25s
Tests / test (3.8) (push) Successful in 1m1s
Tests / test (3.9) (push) Successful in 1m3s
Changed aiofiles version
2023-08-10 21:34:42 +02:00

7 lines
129 B
Python

__version__ = "2.0.1"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import i18n, pyrogram, sync
from .__main__ import *