mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
chore: Bump version to 0.6.1 and update decorators to use new cache system
This commit is contained in:
@@ -78,6 +78,10 @@ class TextFormatter:
|
||||
def yellow(text: str) -> str:
|
||||
return f"[yellow]{text}[/yellow]"
|
||||
|
||||
@staticmethod
|
||||
def orange(text: str) -> str:
|
||||
return f"[orange]{text}[/orange]"
|
||||
|
||||
@staticmethod
|
||||
def magenta(text: str) -> str:
|
||||
return f"[magenta]{text}[/magenta]"
|
||||
|
||||
Reference in New Issue
Block a user