添加测试功能

This commit is contained in:
2024-09-25 15:19:45 +08:00
parent b8c1202957
commit 3189caf7aa
5 changed files with 133 additions and 3 deletions

4
api_test.py Normal file
View File

@@ -0,0 +1,4 @@
import time
if __name__ == '__main__':
time.sleep(3600)