school-computer-toolkit/main.py

6 lines
69 B
Python

import sys
run_path = sys.argv[1]
println(f"Run from {run_path}.")