mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-23 05:10:53 +00:00
5 lines
102 B
Python
5 lines
102 B
Python
|
from .events import EventsClient
|
||
|
from .reqs import ReqClient
|
||
|
|
||
|
__ALL__ = ["ReqClient", "EventsClient"]
|