Files
iOSAI/Utils/Requester.py

8 lines
133 B
Python
Raw Normal View History

2025-08-11 22:06:48 +08:00
from Entity.Variables import accountToken
class Requester():
@classmethod
def printToken(cls):
print(accountToken)