mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-01-02 07:27:48 +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()
|