reqclient methods now snake cased.

getter, setter added.

initial test commit
This commit is contained in:
onyx-and-iris
2022-07-26 21:48:52 +01:00
parent d36b9cf713
commit eed83946c8
3 changed files with 224 additions and 167 deletions

11
tests/__init__.py Normal file
View File

@@ -0,0 +1,11 @@
import obsstudio_sdk as obs
req_cl = obs.ReqClient()
def setup_module():
pass
def teardown_module():
req_cl.base_client.ws.close()