From c0a0bb30e03be9c47b99d5da848e29a747e9af66 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 27 Jan 2024 12:09:16 +0200 Subject: Adding autoplay functionality. --- tui/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tui/__init__.py') diff --git a/tui/__init__.py b/tui/__init__.py index c1c5b91..f39cd45 100644 --- a/tui/__init__.py +++ b/tui/__init__.py @@ -1,3 +1,4 @@ """ tui - hoitaa käyttäjälle katseltavaa ja havaitsee syötteet """ from .tui import Tui +from .autotui import AutoTui from .static import Action -- cgit v1.2.3