All checks were successful
Analysis / SonarCloud (push) Successful in 50s
Analysis / SonarCloud (pull_request) Successful in 47s
Tests / Build and Test (3.11) (pull_request) Successful in 1m11s
Tests / Build and Test (3.12) (pull_request) Successful in 1m14s
Tests / Build and Test (3.13) (pull_request) Successful in 1m6s
6 lines
122 B
Python
6 lines
122 B
Python
__version__ = "4.4.0"
|
|
__license__ = "GPL3"
|
|
__author__ = "Profitroll"
|
|
|
|
from . import utils, errors, i18n, pycord, pyrogram
|