22 lines
No EOL
643 B
Python
22 lines
No EOL
643 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
|
|
${c1} -``-
|
|
`:+``+:`
|
|
`/++``++/.
|
|
.++/. ./++.
|
|
:++/` `/++:
|
|
`/++: :++/`
|
|
./+/- -/+/.
|
|
-++/. ./++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
./++. ./+/.
|
|
-++/` `/++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
.:-.`..............................`.-:.
|
|
`.-/++++++++++++++++++++++++++++++++/-.`
|
|
""")
|
|
|