1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-15 00:36:11 +01:00
github.com_openSUSE_osc/osc/output/__init__.py
Daniel Mach 52d014d24d New get_user_input() function for consistent handling of user input.
The available answers are provided in a dictionary and the prompt is
generated from them.
Also, answers are higlighted if the terminal supports it.
2024-02-08 14:33:28 +01:00

6 lines
165 B
Python

from .key_value_table import KeyValueTable
from .input import get_user_input
from .tty import colorize
from .widechar import wc_ljust
from .widechar import wc_width