From 97957238fb6058cd8999259c07644d0cbb2c7afc Mon Sep 17 00:00:00 2001 From: RomulAugustus <87079566+RomulAugustus@users.noreply.github.com> Date: Mon, 25 Jul 2022 17:51:21 +0300 Subject: [PATCH] Create Main.py --- Main.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Main.py diff --git a/Main.py b/Main.py new file mode 100644 index 0000000..43ae19a --- /dev/null +++ b/Main.py @@ -0,0 +1,2 @@ +import pygame +from GameLogic import * \ No newline at end of file