mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
5 lines
100 B
Python
5 lines
100 B
Python
from .events import EventClient
|
|
from .reqs import ReqClient
|
|
|
|
__ALL__ = ["ReqClient", "EventClient"]
|