obsws-python/build/lib/obsstudio_sdk/__init__.py
onyx-and-iris b5b69de218 add support for toml config.
subject module added, supports callbacks.

events module added. Provides an event listener and callback trigger.

import isorted, code run through black.

toml section added to readme.

added a couple of examples.
2022-07-25 23:51:30 +01:00

5 lines
102 B
Python

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