fun/js/py/base/localProxy.py
2025-12-16 04:27:02 +00:00

6 lines
No EOL
124 B
Python
Executable file

class Proxy:
def getUrl(self, local):
return 'http://127.0.0.1:9978'
def getPort(self):
return 9978