mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
4 lines
85 B
Python
4 lines
85 B
Python
#!/usr/bin/env python3
|
|
import runpy
|
|
runpy.run_path("server.py", run_name="__main__")
|