Files
2026-03-20 14:09:28 +02:00

4 lines
85 B
Python

#!/usr/bin/env python3
import runpy
runpy.run_path("server.py", run_name="__main__")