[+] Lightness config
This commit is contained in:
parent
d1f601048b
commit
7bd96e422f
3 changed files with 54 additions and 21 deletions
|
|
@ -14,19 +14,17 @@ except Exception:
|
|||
TERM_LEN = 40
|
||||
|
||||
TEST_ASCII = r"""
|
||||
|\___/|
|
||||
) (
|
||||
=\ /=
|
||||
)===(
|
||||
/ \
|
||||
| |
|
||||
/ \
|
||||
\ /
|
||||
/\_/\_ _/_/\_
|
||||
| |( ( | |
|
||||
| | ) ) | |
|
||||
| |(_( | |
|
||||
| | | | |
|
||||
| | | | |""".strip()
|
||||
|\___/|
|
||||
) (
|
||||
=\ /=
|
||||
)===(
|
||||
/ \
|
||||
| |
|
||||
/ {txt} \
|
||||
\ /
|
||||
_/\_ _/_/\_
|
||||
| |( ( | |
|
||||
| | ) ) | |
|
||||
| |(_( | |""".strip('\n')
|
||||
|
||||
TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue