EnkaNetwork.py/enkanetwork/__init__.py
xSTACIA fc4c09ae0b renamed __pydantic_self__ to self
remove PyPEP8 E501
example `asyncio.loop` to `asyncio.run`

examples: pass all
2022-08-17 11:54:16 +07:00

15 lines
298 B
Python

__title__ = 'enkanetwork.py'
__author__ = 'M-307'
__version__ = '1.2.10dev0'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022-present M-307'
from .client import *
from .exception import *
from .model import *
from .utils import *
from .cache import *
from .enum import *
from .assets import *