school-computer-toolkit/main.py

6 lines
69 B
Python
Raw Normal View History

2022-06-09 13:49:43 -04:00
import sys
run_path = sys.argv[1]
println(f"Run from {run_path}.")