mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 14:03:32 +00:00
enum.py renamed to subs.py.
No changes to file contents. relative import changed in __init__.py
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user