2023-02-10 21:30:58 -07:00
|
|
|
# This file is automatically generated. Please do not modify.
|
2022-08-20 07:30:23 -06:00
|
|
|
|
2022-12-11 05:40:53 -07:00
|
|
|
from . import AsciiArt
|
2022-08-20 07:30:23 -06:00
|
|
|
|
2022-08-20 07:43:52 -06:00
|
|
|
slackware_small = AsciiArt(match=r'''"slackware_small"*''', color='4 7 1', ascii=r"""
|
2022-08-20 07:30:23 -06:00
|
|
|
${c1} ________
|
|
|
|
/ ______|
|
|
|
|
| |______
|
2022-12-11 05:03:10 -07:00
|
|
|
\______ \
|
2022-08-20 07:30:23 -06:00
|
|
|
______| |
|
|
|
|
| |________/
|
|
|
|
|____________
|
|
|
|
""")
|
|
|
|
|