Files
proxy-god/run.py

7 lines
171 B
Python

"""Launcher for development (pythonw run.py) so scheduled task can find a stable path."""
from proxy_chain_manager.app import main
if __name__ == "__main__":
main()