archey4/archey/logos/siduction.py

27 lines
1.1 KiB
Python

"""Siduction logo"""
from archey.colors import Colors
COLORS = [Colors.BLUE_NORMAL]
LOGO = [
"""{c[0]} ,__~~:. """,
"""{c[0]} >|]>I<]1 """,
"""{c[0]} ,r/(1(/_ """,
"""{c[0]} . ';+_l` .^::,^. """,
"""{c[0]} `_-i<<` "(]<;l+[` """,
"""{c[0]} t(?>~[\\ 1t1-~+](_ """,
"""{c[0]} ^\\ftt\\^ '\\jt//f(' .''. """,
"""{c[0]} .^^`. .'. `:I;,' `","'.;}}-<>+_" """,
"""{c[0]} ,(+I>[^ ])_l;<}}" -\\}}+l;i-1:""",
"""{c[0]} "j|1)/^ \\t)[]{{\\l ]j\\{{]][)/;""",
"""{c[0]} .",". .. .!|rf{{, .'`' .<rrjjjf; """,
"""{c[0]} .>]<>~" '?[~!>-; '``' """,
"""{c[0]} <\\]<<?|' f|]<l>-): """,
"""{c[0]} '{{jtttl +r/())\\f` """,
"""{c[0]} .'' ."::,` `>}})?;. """,
"""{c[0]} ^|]>;i?+ """,
"""{c[0]} ;j([?[)/ """,
"""{c[0]} :(rjt+' """,
]