mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-17 14:26:26 -05:00
13 lines
254 B
Python
13 lines
254 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
openbsd_small = AsciiArt(match=r'''"openbsd_small"''', color='3 7 6 1 8', ascii=r"""
|
|
${c1} _____
|
|
\\- -/
|
|
\\_/ \\
|
|
| ${c2}O O${c1} |
|
|
|_ < ) 3 )
|
|
/ \\ /
|
|
/-_____-\\
|
|
""")
|
|
|