ASCII_GLYPHS = Glyphs(
tool_prefix='(*)',
ellipsis='...',
checkmark='[OK]',
error='[X]',
circle_empty='[ ]',
circle_filled='[*]',
output_prefix='L',
spinner_frames=('(-)', '(\\)', '(|)', '(/)'),
pause='||',
newline='\\n',
warning='[!]',
question='[?]',
arrow_up='^',
arrow_down='v',
bullet='-',
cursor='>', box_vertical='|', box_horizontal='-', box_double_horizontal='=', gutter_bar='|', tree_branch='+-- ', tree_last='`-- ', tree_vertical='| '
)