mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-03-11 00:16:04 +00:00
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"]
|