""" Constants that we might want to expose via the public API. """ from ._border import BORDER_CHARS __all__ = ["BORDERS"] BORDERS = list(BORDER_CHARS)