Files
exo/worker/runner/utils.py
Arbion Halili 520b1122a3 fix: Many Fixes
2025-07-16 13:35:31 +01:00

7 lines
130 B
Python

import sys
def get_runner_command() -> list[str]:
python = sys.executable
return [python, "-m", "worker.runner.runner"]