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