dragonfly_small.py 237 B

12345678910111213
  1. from hyfetch.distro import AsciiArt
  2. dragonfly_small = AsciiArt(match=r'''"dragonfly_small"*''', color='1 7 3', ascii=r"""
  3. ${c2} ,${c1}_${c2},
  4. ('-_${c1}|${c2}_-')
  5. >--${c1}|${c2}--<
  6. (_-'${c1}|${c2}'-_)
  7. ${c1}|
  8. |
  9. |
  10. """)