obsws-python/obsstudio_sdk/__init__.py
onyx-and-iris 064a4aa11d More request tests added.
development dependencies added to setup.py

fix error in __init__

kind parameter for get_input_list in reqclient now optional.

request tests create/destroy test scenes on setup/teardown.

license, isort, black badges added to readme.
2022-07-30 16:37:07 +01:00

5 lines
100 B
Python

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