From 22591a1eb09cb1a452ed92f5789df9413f8ced12 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 21 Dec 2025 10:49:26 +0200 Subject: [PATCH] implemented an input abstraction --- deck/input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deck/input.py b/deck/input.py index c68ad32..d89fbbc 100644 --- a/deck/input.py +++ b/deck/input.py @@ -1,4 +1,5 @@ # deck.input: Standard input abstraction library for max compatibility +# Usage: from deck.input import input, input_multi # Created by Luxferre in 2025, released into public domain # init the tdeck_repl input where applicable