12 lines
214 B
Python
12 lines
214 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
parabola_small = AsciiArt(match=""""parabola_small"*""", color='5 7', ascii="""
|
||
|
${c1} __ __ __ _
|
||
|
.`_//_//_/ / `.
|
||
|
/ .`
|
||
|
/ .`
|
||
|
/.`
|
||
|
/`
|
||
|
""")
|
||
|
|