hyfetch/tools/distros/matuusos.py
2022-08-20 09:43:52 -04:00

27 lines
No EOL
2.6 KiB
Python

from hyfetch.distro import AsciiArt
matuusos = AsciiArt(match=r'''"MatuusOS"*''', color='9 11 0', ascii=r"""
${c2}
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░▒▓▓████▓▒▒░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░▒▓████████████▓░░░░░░░░░░░░░░
░░░░░░░░░░░░▓████████████████▒░░░░░░░░░░░░
░░░░░░░░░░░▓██████████████████▒░░░░░░░░░░░
░░░░░░░░░░▓████▒▓███████▓▓█████░░░░░░░░░░░
░░░░░░░░░░██████▓░▓████▒░██████▓░░░░░░░░░░
░░░░░░░░░▒███████▓░▒▓▒░░████████░░░░░░░░░░
░░░░░░░░░▒█████████▒░░░█████████░░░░░░░░░░
░░░░░░░░░░██████████▓▒██████████░░░░░░░░░░
░░░░░░░░░░▓████████████████████▒░░░░░░░░░░
░░░░░░░░░░░███████████████████▓░░░░░░░░░░░
░░░░░░░░░░░░█████████████████▓░░░░░░░░░░░░
░░░░░░░░░░░░░▓██████████████▒░░░░░░░░░░░░░
░░░░░░░░░░░░░░░▒▓████████▓░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
""")