12 lines
No EOL
178 B
Python
12 lines
No EOL
178 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
debian_small = AsciiArt(match=r'''"debian_small"''', color='1 7 3', ascii=r"""
|
|
${c1} _____
|
|
/ __ \\
|
|
| / |
|
|
| \\___-
|
|
-_
|
|
--_
|
|
""")
|
|
|