19 lines
No EOL
457 B
Python
19 lines
No EOL
457 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
nomadbsd = AsciiArt(match=r'''"NomadBSD"*''', color='4', ascii=r"""
|
|
${c1} _======__
|
|
(===============\\
|
|
(===================\\
|
|
_ _---__
|
|
(= ====-
|
|
(= ======
|
|
(== ======
|
|
(== ======
|
|
(==\\ \\=-_ _=/ /====/
|
|
(==\\ \\========/ /====/ /====-_
|
|
(==\\ \\=====/ /==/ /===--
|
|
/================/ /===-
|
|
\\===========/
|
|
""")
|
|
|