diff options
Diffstat (limited to 'tools/debug_input_cross_platform.py')
-rwxr-xr-x | tools/debug_input_cross_platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/debug_input_cross_platform.py b/tools/debug_input_cross_platform.py index 55f6190..d87cfcc 100755 --- a/tools/debug_input_cross_platform.py +++ b/tools/debug_input_cross_platform.py @@ -5,6 +5,7 @@ For testing terminal input. Works on both Windows and Posix. """ + import asyncio from prompt_toolkit.input import create_input |