thesoens/multimodel.py

7 lines
118 B
Python
Raw Permalink Normal View History

2022-01-29 13:04:08 +01:00
import os
#yes I know, not the best way to do this...
for i in range(20):
os.system(f"python3 onemodel.py {i}")