namechange ops

This commit is contained in:
aatikturk
2022-09-04 14:20:40 +03:00
parent 3ec77321be
commit 6311234d48
13 changed files with 8 additions and 8 deletions

4
obsws_python/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .events import EventClient
from .reqs import ReqClient
__ALL__ = ["ReqClient", "EventClient"]