mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
d4ae72dee5
Subs now exported
6 lines
131 B
Python
6 lines
131 B
Python
from .enum import Subs
|
|
from .events import EventClient
|
|
from .reqs import ReqClient
|
|
|
|
__ALL__ = ["ReqClient", "EventClient", "Subs"]
|