Badger 2040, tests Ferreol et Capucine

This commit is contained in:
Jérémie Ducastel
2022-06-22 23:32:57 +02:00
parent 39f5e18e3d
commit 30697ec832
42 changed files with 4094 additions and 0 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,6 @@
try:
open("main.py", "r")
except OSError:
with open("main.py", "w") as f:
f.write("import _launcher")
f.flush()

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB