hyfetch/tools/distros/t2.py
2022-08-20 09:43:52 -04:00

13 lines
No EOL
238 B
Python

from hyfetch.distro import AsciiArt
t2 = AsciiArt(match=r'''"t2"*''', color='7 4', ascii=r"""
${c2}
TTTTTTTTTT
tt ${c1}222${c2}
tt ${c1}2 2${c2}
tt ${c1}2${c2}
tt ${c1}2${c2}
tt ${c1}22222${c2}
""")