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 /tui/__init__.py | |
parent | 4eff4a32cfa594cc2a3df3885de92d407edc6675 (diff) |
Dev tools and directory structure rework.
Diffstat (limited to 'tui/__init__.py')
-rw-r--r-- | tui/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tui/__init__.py b/tui/__init__.py deleted file mode 100644 index 0c8d632..0000000 --- a/tui/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -""" tui - hoitaa käyttäjälle katseltavaa ja havaitsee syötteet """ -from .tui import Tui -from .static import Action, KEY_DESCRIPTIONS |