mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-07-28 23:01:49 +00:00
5 lines
93 B
Python
5 lines
93 B
Python
import clypi
|
|
|
|
highlight = clypi.Styler(fg="green")
|
|
error = clypi.Styler(fg="red", bold=True)
|