mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
0d5aa45c20
* update .gitignore * #906 change all python execfile() to exec(open().read())
3 lines
50 B
Python
3 lines
50 B
Python
|
|
exec(open("Modified_data/next_level.py").read())
|