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
6 lines
122 B
Python
6 lines
122 B
Python
__version__ = "4.0.2"
|
|
__license__ = "GPL3"
|
|
__author__ = "Profitroll"
|
|
|
|
from . import utils, errors, i18n, pycord, pyrogram
|