LibBotUniversal/src/libbot/__init__.py
profitroll 6b44a5852e
All checks were successful
Tests / test (3.10) (pull_request) Successful in 55s
Tests / test (3.11) (pull_request) Successful in 57s
Tests / test (3.8) (pull_request) Successful in 57s
Tests / test (3.9) (pull_request) Successful in 56s
Bump own version to 3.0.1
2024-05-14 23:07:55 +02:00

7 lines
137 B
Python

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