Sync all projects

This commit is contained in:
github-actions[bot]
2026-07-05 04:58:38 +00:00
parent 286d42c940
commit a45a9bde55
651 changed files with 337816 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
class Proxy:
@staticmethod
def getUrl(local):
return f'http://127.0.0.1:{Proxy.getPort()}'
@staticmethod
def getPort():
return 9978