26 lines
819 B
Python
26 lines
819 B
Python
# This file is automatically generated. Please do not modify.
|
|
|
|
from . import AsciiArt
|
|
|
|
bazzite = AsciiArt(match=r'''"Bazzite"*''', color='5 5', ascii=r"""
|
|
${c1} %%%%%%====%%%%%%%%%%
|
|
%%%%%%%% %%%%%%%%%%%%%%
|
|
%%%%%%%%% %%%%%%%%%%%%%%%%
|
|
%%%%%%%%% %%%%%%%%%%%%%%%###
|
|
%%%%%%%%% %%%%%%%%%%%%%######
|
|
== =======######
|
|
== =========#####
|
|
%%%%%%%%% %%%%%%%####======#####
|
|
%%%%%%%%% %%%%%#######=====#####
|
|
%%%%%%%%% %%%#########=====#####
|
|
%%%%%%%%% %%##########=====#####
|
|
%%%%%%%%%====###########=====######
|
|
%%%%%%%%====#########======######
|
|
%%%%%%%=====#####========######
|
|
%%%%###===============#######
|
|
%#######==========#########
|
|
#######################
|
|
###################
|
|
###########
|
|
""")
|
|
|