3 lines
146 B
Python
3 lines
146 B
Python
import os; os.chdir(os.path.join(os.getcwd(), "projects/anisotrope-cube/src/simple-cubic"))
|
|
exec(open("main.py", "rb").read(), args=("asd", 0.1))
|