mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-04 16:15:28 -05:00
12 lines
178 B
Python
12 lines
178 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
debian_small = AsciiArt(match=r'''"debian_small"''', color='1 7 3', ascii=r"""
|
|
${c1} _____
|
|
/ __ \\
|
|
| / |
|
|
| \\___-
|
|
-_
|
|
--_
|
|
""")
|
|
|