From 7b4d44c96519322ed6f01b5b9cefe136fff57ab5 Mon Sep 17 00:00:00 2001 From: Julia Date: Thu, 30 Oct 2025 17:18:44 +0100 Subject: [PATCH] nur ich --- lab_01/apollo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab_01/apollo.py b/lab_01/apollo.py index 42bc690..d78dc25 100644 --- a/lab_01/apollo.py +++ b/lab_01/apollo.py @@ -47,7 +47,7 @@ class Apollo(Moon): if __name__ == "__main__": - # created by me + # created by me and only me game = Apollo() game.run()