feat(ascii): new ascii art for term and fix piracy embed color

This commit is contained in:
neoarz
2025-09-27 08:23:56 -04:00
parent 12349e39f6
commit 158d1903a9
5 changed files with 124 additions and 2 deletions

3
utils/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .ascii_art import ascii, ascii_plain, gradient_text, gradient_text_selective
__all__ = ['ascii', 'ascii_plain', 'gradient_text', 'gradient_text_selective']