mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
b5b69de218
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.
5 lines
102 B
Python
5 lines
102 B
Python
from .events import EventsClient
|
|
from .reqs import ReqClient
|
|
|
|
__ALL__ = ["ReqClient", "EventsClient"]
|