diff --git a/main.py b/main.py new file mode 100644 index 0000000..8cc06c2 --- /dev/null +++ b/main.py @@ -0,0 +1,10 @@ +def StartScherm(): + pass +def LevelOne(): + pass +def LevelTwo(): + LevelTwo = 'Yo im pretty sure we kinda really need this code' + +StartScherm() +LevelOne() +LevelTwo()