11号晚临时提交
This commit is contained in:
7
Utils/Requester.py
Normal file
7
Utils/Requester.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from Entity.Variables import accountToken
|
||||
|
||||
class Requester():
|
||||
|
||||
@classmethod
|
||||
def printToken(cls):
|
||||
print(accountToken)
|
||||
Reference in New Issue
Block a user