23 lines
No EOL
692 B
Python
23 lines
No EOL
692 B
Python
# This file is automatically generated. Please do not modify.
|
|
|
|
from . import AsciiArt
|
|
|
|
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
|
|
${c1} -``-
|
|
`:+``+:`
|
|
`/++``++/.
|
|
.++/. ./++.
|
|
:++/` `/++:
|
|
`/++: :++/`
|
|
./+/- -/+/.
|
|
-++/. ./++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
./++. ./+/.
|
|
-++/` `/++-
|
|
:++:` `:++:
|
|
`/++- -++/`
|
|
.:-.`..............................`.-:.
|
|
`.-/++++++++++++++++++++++++++++++++/-.`
|
|
""")
|
|
|