Commit 69468cc9 authored by Fabian Czech's avatar Fabian Czech Committed by oroulet

extend SyncClient to support set_security_string method

parent cf278b59
......@@ -196,6 +196,10 @@ class Client:
def set_security(self):
pass
@syncmethod
def set_security_string(self, string):
pass
@syncmethod
def load_enums(self):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment