mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-21 20:30:54 +00:00
enum.py renamed to subs.py.
No changes to file contents. relative import changed in __init__.py
This commit is contained in:
parent
335fa42948
commit
92e2c29bd6
@ -1,6 +1,6 @@
|
|||||||
from .enum import Subs
|
|
||||||
from .events import EventClient
|
from .events import EventClient
|
||||||
from .reqs import ReqClient
|
from .reqs import ReqClient
|
||||||
|
from .subs import Subs
|
||||||
from .version import version as __version__
|
from .version import version as __version__
|
||||||
|
|
||||||
__ALL__ = ["ReqClient", "EventClient", "Subs"]
|
__ALL__ = ["ReqClient", "EventClient", "Subs"]
|
||||||
|
Loading…
Reference in New Issue
Block a user