diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 09:41:48 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-17 09:41:48 +0200 |
commit | e785dbd4f726c5716f21071ed25dc35ac87c0c74 (patch) | |
tree | 781373b78380a1ffd1ea8c5dc8ceb2bd313631e9 /game/__init__.py | |
parent | 4eff4a32cfa594cc2a3df3885de92d407edc6675 (diff) |
Dev tools and directory structure rework.
Diffstat (limited to 'game/__init__.py')
-rw-r--r-- | game/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/__init__.py b/game/__init__.py deleted file mode 100644 index 066e2e3..0000000 --- a/game/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -""" game - pelin kulkuun liittyvä logiikka """ -from .game import Game |