21 lines
No EOL
559 B
Python
21 lines
No EOL
559 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
freemint = AsciiArt(match=r'''"FreeMiNT"*''', color='7', ascii=r"""
|
|
${c1} ##
|
|
## #########
|
|
#### ##
|
|
#### #### ##
|
|
#### #### ## ##
|
|
#### #### ## ##
|
|
#### #### ## ## ##
|
|
#### ######
|
|
###### ## ## ####
|
|
#### ################
|
|
#### ## ####
|
|
## #### ######
|
|
## ## #### ####
|
|
## ## ## ## ## ####
|
|
#### ## ## ##
|
|
""")
|
|
|