obsws-python/obsws_python/__init__.py
onyx-and-iris d4ae72dee5 Subs moved into enum.py
Subs now exported
2022-10-26 11:08:24 +01:00

6 lines
131 B
Python

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