diff --git a/lab_01/apollo.py b/lab_01/apollo.py index bceb414..bbb1d2a 100644 --- a/lab_01/apollo.py +++ b/lab_01/apollo.py @@ -47,7 +47,7 @@ class Apollo(Moon): if __name__ == "__main__": - # created by ChatGPT + # created by the bot ChatGPT game = Apollo() game.run()