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/error.py Normal file
View File

@@ -0,0 +1,4 @@
class OBSSDKError(Exception):
"""general errors"""
pass