AgentnessBench / proteus /web /__main__.py
irregular6612's picture
refactor: restructure proteus into game/web subpackages
426093b
Raw
History Blame Contribute Delete
139 Bytes
"""`python -m proteus.web` — delegate to the local play server."""
from proteus.web.local.__main__ import main
raise SystemExit(main())