obsws-python/obsstudio_sdk/__init__.py
onyx-and-iris 2a3a86c277 EventsClient renamed to EventClient
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
2022-07-27 19:39:33 +01:00

5 lines
101 B
Python

from .events import EventClient
from .reqs import ReqClient
__ALL__ = ["ReqClient", "EventsClient"]