mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 09:50:23 +01:00
add styler module
upd entry point import
This commit is contained in:
parent
ae86785ba6
commit
d28d5a578a
@ -1,3 +1,3 @@
|
|||||||
from .app import run
|
from .cli import run
|
||||||
|
|
||||||
__all__ = ["run"]
|
__all__ = ["run"]
|
||||||
|
4
src/simple_recorder/styler.py
Normal file
4
src/simple_recorder/styler.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import clypi
|
||||||
|
|
||||||
|
highlight = clypi.Styler(fg="green")
|
||||||
|
error = clypi.Styler(fg="red", bold=True)
|
Loading…
x
Reference in New Issue
Block a user