mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
2a3a86c277
remove getter, setter for send. add persistend data unit test add hotkey example default event sub now 0. explicitly define subs in event class. now subs can be set as kwarg
5 lines
101 B
Python
5 lines
101 B
Python
from .events import EventClient
|
|
from .reqs import ReqClient
|
|
|
|
__ALL__ = ["ReqClient", "EventsClient"]
|