enum.py renamed to subs.py.

No changes to file contents.

relative import changed in __init__.py
This commit is contained in:
onyx-and-iris 2022-12-05 16:39:33 +00:00
parent 335fa42948
commit 92e2c29bd6
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from .enum import Subs
from .events import EventClient
from .reqs import ReqClient
from .subs import Subs
from .version import version as __version__
__ALL__ = ["ReqClient", "EventClient", "Subs"]