hyfetch/tools/distros/openbsd_small.py

13 lines
252 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
openbsd_small = AsciiArt(match=""""openbsd_small"""", color='3 7 6 1 8', ascii="""
${c1} _____
\\- -/
\\_/ \\
| ${c2}O O${c1} |
|_ < ) 3 )
/ \\ /
/-_____-\\
""")