Merge pull request #203 from AymaneHrouch/static_methods
Browse files- forefront/__init__.py +2 -0
forefront/__init__.py
CHANGED
@@ -9,6 +9,7 @@ from json import loads
|
|
9 |
|
10 |
|
11 |
class Account:
|
|
|
12 |
def create(proxy = None, logging = False):
|
13 |
|
14 |
proxies = {
|
@@ -79,6 +80,7 @@ class Account:
|
|
79 |
|
80 |
|
81 |
class StreamingCompletion:
|
|
|
82 |
def create(
|
83 |
token = None,
|
84 |
chatId = None,
|
|
|
9 |
|
10 |
|
11 |
class Account:
|
12 |
+
@staticmethod
|
13 |
def create(proxy = None, logging = False):
|
14 |
|
15 |
proxies = {
|
|
|
80 |
|
81 |
|
82 |
class StreamingCompletion:
|
83 |
+
@staticmethod
|
84 |
def create(
|
85 |
token = None,
|
86 |
chatId = None,
|