mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-04 04:25:41 -05:00
21 lines
559 B
Python
21 lines
559 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
freemint = AsciiArt(match=r'''"FreeMiNT"*''', color='7', ascii=r"""
|
|
${c1} ##
|
|
## #########
|
|
#### ##
|
|
#### #### ##
|
|
#### #### ## ##
|
|
#### #### ## ##
|
|
#### #### ## ## ##
|
|
#### ######
|
|
###### ## ## ####
|
|
#### ################
|
|
#### ## ####
|
|
## #### ######
|
|
## ## #### ####
|
|
## ## ## ## ## ####
|
|
#### ## ## ##
|
|
""")
|
|
|