28 lines
No EOL
949 B
Python
28 lines
No EOL
949 B
Python
# This file is automatically generated. Please do not modify.
|
|
|
|
from . import AsciiArt
|
|
|
|
chonkysealos = AsciiArt(match=r'''"ChonkySealOS"*''', color='7', ascii=r"""
|
|
${c1} .-/-.
|
|
.:-=++****++=-:.
|
|
.:=+*##%%%%%%%%%%##*+=:.
|
|
:=*#%%%%%%%%%%%%%%%%%%%%#*=:
|
|
:=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
|
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+-
|
|
=+#%%%%@@@@@@@%%%%%%%@@@@@@@%%%%%#+=
|
|
=+#@%%%%*+=-==*%%%%%%%#+====*%%%%%@#+=
|
|
:+*%%%%@* +@%%%@# -@%%%%%*+:
|
|
=+#%%%%%%#+====*###%%##*=--=+*%%%%%%%#+=
|
|
+*%%%%%%%@@##%%%%*=::=#%%%##%@%%%%%%%%*+
|
|
+*%%%%%%%@**@%%%%%@==@%%%%%@+#%%%%%%%%*+
|
|
=+#%%%%%%@#*@%%%%%%**%%%%%@%+%%%%%%%%#+=
|
|
:+*%%%%%%%@#*####**###*####*%@%%%%%%%*+:
|
|
=+#@%%%%%%@%%%%%%%@@%%%%%%%%%%%%%%@#+=
|
|
=+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+=
|
|
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%*+-
|
|
.=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
|
:=*##%%%%%%%%%%%%%%%%%%##*=:
|
|
.:=+*##%%%%%%%%%%##*+=:.
|
|
.:-=++****++=-:.
|
|
""")
|
|
|