mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
Subs moved into enum.py
Subs now exported
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .enum import Subs
|
||||
from .events import EventClient
|
||||
from .reqs import ReqClient
|
||||
|
||||
__ALL__ = ["ReqClient", "EventClient"]
|
||||
__ALL__ = ["ReqClient", "EventClient", "Subs"]
|
||||
|
||||
Reference in New Issue
Block a user