LibBotUniversal/src/libbot/__init__.py
profitroll e7555d3de1
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m8s
Tests / test (3.11) (pull_request) Successful in 1m3s
Tests / test (3.8) (pull_request) Successful in 1m4s
Tests / test (3.9) (pull_request) Successful in 1m8s
Bump version to 2.1.0
2023-12-27 13:46:10 +01:00

7 lines
137 B
Python

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