obsws-python/obsws_python/__init__.py
2022-09-04 14:20:40 +03:00

5 lines
100 B
Python

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