mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-01 04:27:24 -05:00
22 lines
643 B
Python
22 lines
643 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
|
|
${c1} -``-
|
|
`:+``+:`
|
|
`/++``++/.
|
|
.++/. ./++.
|
|
:++/` `/++:
|
|
`/++: :++/`
|
|
./+/- -/+/.
|
|
-++/. ./++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
./++. ./+/.
|
|
-++/` `/++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
.:-.`..............................`.-:.
|
|
`.-/++++++++++++++++++++++++++++++++/-.`
|
|
""")
|
|
|