Subs moved into enum.py

Subs now exported
This commit is contained in:
onyx-and-iris
2022-10-26 11:08:24 +01:00
parent f239173edb
commit d4ae72dee5
3 changed files with 47 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
from .enum import Subs
from .events import EventClient
from .reqs import ReqClient
__ALL__ = ["ReqClient", "EventClient"]
__ALL__ = ["ReqClient", "EventClient", "Subs"]