Debian.py 523 B

1234567891011121314151617181920212223
  1. from hyfetch.distro import AsciiArt
  2. Debian = AsciiArt(match=""""Debian"*""", color='1 7 3', ascii="""
  3. ${c2} _,met$$$$$gg.
  4. ,g$$$$$$$$$$$$$$$P.
  5. ,g$$P" \"""Y$$.".
  6. ,$$P' `$$$.
  7. ',$$P ,ggs. `$$b:
  8. `d$$' ,$P"' ${c1}.${c2} $$$
  9. $$P d$' ${c1},${c2} $$P
  10. $$: $$. ${c1}-${c2} ,d$$'
  11. $$; Y$b._ _,d$P'
  12. Y$$. ${c1}`.${c2}`"Y$$$$P"'
  13. ${c2} `$$b ${c1}"-.__
  14. ${c2} `Y$$
  15. `Y$$.
  16. `$$b.
  17. `Y$$b.
  18. `"Y$b._
  19. `\"""
  20. """)