Coverage for src/appl/const.py: 100%
16 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 15:39 -0800
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 15:39 -0800
1INDENT2 = " " * 2
2INDENT4 = " " * 4
3INDENT8 = " " * 8
4INDENT_TAB = "\t"
5INDENT = INDENT4
6"""The default indentation: 4 spaces."""
8STAR = "*"
9DASH = "-"
11SHARP = "#"
12SHARP2 = "#" * 2
13SHARP3 = "#" * 3
14SHARP4 = "#" * 4
16NEWLINE = "\n"
17"""The newline character."""
18EMPTY = ""
19"""The empty string."""