mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-15 00:36:11 +01:00
Daniel Mach
52d014d24d
The available answers are provided in a dictionary and the prompt is generated from them. Also, answers are higlighted if the terminal supports it.
6 lines
165 B
Python
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
|