add styler module

upd entry point import
This commit is contained in:
onyx-and-iris 2025-06-26 06:16:12 +01:00
parent ae86785ba6
commit d28d5a578a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
from .app import run from .cli import run
__all__ = ["run"] __all__ = ["run"]

View File

@ -0,0 +1,4 @@
import clypi
highlight = clypi.Styler(fg="green")
error = clypi.Styler(fg="red", bold=True)