diff options
-rw-r--r-- | forefront/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forefront/__init__.py b/forefront/__init__.py index b247503f..9899d991 100644 --- a/forefront/__init__.py +++ b/forefront/__init__.py @@ -9,6 +9,7 @@ from json import loads class Account: + @staticmethod def create(proxy = None, logging = False): proxies = { @@ -79,6 +80,7 @@ class Account: class StreamingCompletion: + @staticmethod def create( token = None, chatId = None, |