mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
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()
|