add info module

This commit is contained in:
M-307 2022-07-17 23:45:35 +07:00
parent f2263f96ca
commit f9da6be1c6

View File

@ -2,6 +2,7 @@ from .client import *
from .exception import *
from .model import *
from .utils import *
from .info import *
__VERSION__ = VERSION
__AUTHOR__ = AUTHOR