mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
class OBSSDKError(Exception):
|
|
"""general errors"""
|
|
|
|
pass
|