LibBotUniversal/src/libbot/__init__.py
kku ae54bd5cce
All checks were successful
Analysis / SonarCloud (push) Successful in 42s
Analysis / SonarCloud (pull_request) Successful in 39s
Tests / Build and Test (3.11) (pull_request) Successful in 1m19s
Tests / Build and Test (3.12) (pull_request) Successful in 1m22s
Tests / Build and Test (3.13) (pull_request) Successful in 1m23s
Bump version to 4.0.2
2024-12-31 11:16:16 +01:00

6 lines
122 B
Python

__version__ = "4.0.2"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import utils, errors, i18n, pycord, pyrogram