21 lines
No EOL
392 B
Python
21 lines
No EOL
392 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
hash = AsciiArt(match=r'''"Hash"*''', color='123', ascii=r"""
|
|
${c1}
|
|
|
|
+ ###### +
|
|
### ###### ###
|
|
##### ###### #####
|
|
###### ###### ######
|
|
|
|
####### '"###### '"########
|
|
####### ###### ########
|
|
####### ###### ########
|
|
|
|
###### '"###### '"######
|
|
##### ###### #####
|
|
### ###### ###
|
|
~ ###### ~
|
|
""")
|
|
|