Merge pull request #203 from AymaneHrouch/static_methods

Use @staticmethod decorator
このコミットが含まれているのは:
t.me/xtekky 2023-04-27 15:28:16 +01:00 committed by GitHub
コミット 814c960998
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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,