onyx-and-iris d28d5a578a add styler module
upd entry point import
2025-06-26 06:16:12 +01:00

5 lines
93 B
Python

import clypi
highlight = clypi.Styler(fg="green")
error = clypi.Styler(fg="red", bold=True)