15 lines
No EOL
251 B
Python
15 lines
No EOL
251 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
fedora_small = AsciiArt(match=r'''"fedora_small"''', color='12', ascii=r"""
|
|
${c1} ,'''''.
|
|
| ,. |
|
|
| | '_'
|
|
,....| |..
|
|
.' ,_;| ..'
|
|
| | | |
|
|
| ',_,' |
|
|
'. ,'
|
|
'''''
|
|
""")
|
|
|