From 4e5388bd1211c4c3133e02a12383c00f9f2d5dc8 Mon Sep 17 00:00:00 2001 From: RomulAugustus <87079566+RomulAugustus@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:33:08 +0300 Subject: [PATCH] fixed empty class --- GameLogic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GameLogic.py b/GameLogic.py index e69de29..77b2805 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -0,0 +1,2 @@ +class GameLogic(): + pass \ No newline at end of file