22 lines
No EOL
603 B
Python
22 lines
No EOL
603 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
feren = AsciiArt(match=r'''"Feren"*''', color='4 7 1', ascii=r"""
|
|
${c1} `----------`
|
|
:+ooooooooo+.
|
|
-o+oooooooooo+-
|
|
..`/+++++++++++/...`````````````````
|
|
.++++++++++++++++++++++++++/////-
|
|
++++++++++++++++++++++++++++++++//:`
|
|
-++++++++++++++++++++++++++++++/-`
|
|
++++++++++++++++++++++++++++:.
|
|
-++++++++++++++++++++++++/.
|
|
+++++++++++++++++++++/-`
|
|
-++++++++++++++++++//-`
|
|
.:+++++++++++++//////-
|
|
.:++++++++//////////-
|
|
`-++++++---:::://///.
|
|
`.:///+++. `
|
|
`.........
|
|
""")
|
|
|