Add requirements and run script
Browse files- requirements.txt +1 -0
- run.bat +2 -0
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# No external dependencies; standard library only.
|
run.bat
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@echo off
|
| 2 |
+
python "%~dp0physics_world.py"
|