thesoens/multimodel.py
Simon Klüttermann 50638fbae0 initial push
2022-01-29 13:04:08 +01:00

7 lines
118 B
Python

import os
#yes I know, not the best way to do this...
for i in range(20):
os.system(f"python3 onemodel.py {i}")