123456789101112131415161718192021 |
- from hyfetch.distro import AsciiArt
- DragonFly = AsciiArt(match=""""DragonFly"*""", color='1 7 3', ascii="""
- ${c2},--, ${c1}| ${c2},--,
- ${c2}| `-, ${c1},^, ${c2},-' |
- ${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
- ${c2} `-, `-,${c1}/ \${c2},-' ,-'
- ${c2} `------${c1}( )${c2}------'
- ${c2} ,----------${c1}( )${c2}----------,
- ${c2} | _,-${c1}( )${c2}-,_ |
- ${c2} `-,__,-' ${c1}\ /${c2} `-,__,-'
- ${c1} | |
- | |
- | |
- | |
- | |
- | |
- `|'
- """)
-
|