This commit is contained in:
xyj 2023-12-02 11:17:37 +08:00
parent f63ace310b
commit 95ca7f7a9d
1 changed files with 4 additions and 0 deletions

View File

@ -411,3 +411,7 @@ class UPLOAD:
def t1(self):
run_with_client(self.client)
if __name__ == '__main__':
up = UPLOAD()