From 27057a601c43ab5a6dcaa5b396c6b3d891c921b9 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Thu, 25 Jan 2024 15:52:28 +0200 Subject: Sorting out import situation and making enum names for tiles for readability. --- game/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 game/__init__.py (limited to 'game/__init__.py') diff --git a/game/__init__.py b/game/__init__.py new file mode 100644 index 0000000..066e2e3 --- /dev/null +++ b/game/__init__.py @@ -0,0 +1,2 @@ +""" game - pelin kulkuun liittyvä logiikka """ +from .game import Game -- cgit v1.2.3