LibBotUniversal/src/libbot/__init__.py
profitroll bd3fbd7c2c
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m6s
Tests / test (3.11) (pull_request) Successful in 1m30s
Tests / test (3.8) (pull_request) Successful in 1m5s
Tests / test (3.9) (pull_request) Successful in 1m6s
Bump version to 3.2.2
2024-05-26 21:40:28 +02:00

7 lines
204 B
Python

__version__ = "3.2.2"
__license__ = "GPL3"
__author__ = "Profitroll"
from . import errors, i18n, pycord, pyrogram, sync
from .__main__ import config_delete, config_get, config_set, json_read, json_write