t.me/xtekky commited on
Commit
814c960
·
unverified ·
2 Parent(s): a5b4d8b f1a2060

Merge pull request #203 from AymaneHrouch/static_methods

Browse files
Files changed (1) hide show
  1. 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,