5b76e0f
1
2
3
4
5
6
7
8
9
10
11
12
""" Constants that we might want to expose via the public API. """ from ._border import BORDER_CHARS __all__ = ["BORDERS"] BORDERS = list(BORDER_CHARS)