fun/js/py/base/localProxy.py
2026-01-07 04:36:44 +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