mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 21:00:53 +00:00
eed83946c8
getter, setter added. initial test commit
12 lines
144 B
Python
12 lines
144 B
Python
import obsstudio_sdk as obs
|
|
|
|
req_cl = obs.ReqClient()
|
|
|
|
|
|
def setup_module():
|
|
pass
|
|
|
|
|
|
def teardown_module():
|
|
req_cl.base_client.ws.close()
|