17 lines
603 B
Python
17 lines
603 B
Python
|
|
|
|||
|
|
from hyfetch.distro import AsciiArt
|
|||
|
|
|
|||
|
|
Itc = AsciiArt(match=""""Itc"*""", color='1', ascii="""
|
|||
|
|
${c1}....................-==============+...
|
|||
|
|
${c1}....................-==============:...
|
|||
|
|
${c1}...:===========-....-==============:...
|
|||
|
|
${c1}...-===========:....-==============-...
|
|||
|
|
${c1}....*==========+........-::********-...
|
|||
|
|
${c1}....*===========+.:*====**==*+-.-......
|
|||
|
|
${c1}....:============*+-..--:+**====*---...
|
|||
|
|
${c1}......::--........................::...
|
|||
|
|
${c1}..+-:+-.+::*:+::+:-++::++-.:-.*.:++:++.
|
|||
|
|
${c1}..:-:-++++:-::--:+::-::.:++-++:++--:-:. ⠀⠀⠀⠀⠀
|
|||
|
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
|||
|
|
""")
|
|||
|
|
|