26 lines
No EOL
661 B
Python
26 lines
No EOL
661 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
kogaion = AsciiArt(match=r'''"Kogaion"*''', color='4 7 1', ascii=r"""
|
|
${c1} ;; ,;
|
|
;;; ,;;
|
|
,;;;; ;;;;
|
|
,;;;;;;;; ;;;;
|
|
;;;;;;;;;;; ;;;;;
|
|
,;;;;;;;;;;;; ';;;;;,
|
|
;;;;;;;;;;;;;;, ';;;;;;;
|
|
;;;;;;;;;;;;;;;;;, ';;;;;
|
|
; ';;;;;;;;;;;;;;;;;;, ;;;
|
|
;;;, ';;;;;;;;;;;;;;;;;;;,;;
|
|
;;;;;, ';;;;;;;;;;;;;;;;;;,
|
|
;;;;;;;;, ';;;;;;;;;;;;;;;;,
|
|
;;;;;;;;;;;;, ';;;;;;;;;;;;;;
|
|
';;;;;;;;;;;;; ';;;;;;;;;;;;;
|
|
';;;;;;;;;;;;;, ';;;;;;;;;;;
|
|
';;;;;;;;;;;;; ;;;;;;;;;;
|
|
';;;;;;;;;;;; ;;;;;;;;
|
|
';;;;;;;; ;;;;;;
|
|
';;;;; ;;;;
|
|
';;; ;;
|
|
""")
|
|
|