From e785dbd4f726c5716f21071ed25dc35ac87c0c74 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 17 Feb 2024 09:41:48 +0200 Subject: Dev tools and directory structure rework. --- tui/__init__.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tui/__init__.py (limited to 'tui/__init__.py') 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 -- cgit v1.2.3