Module textual.constants

Constants that we might want to expose via the public API.

Expand source code
"""
Constants that we might want to expose via the public API.

"""

from ._border import BORDER_CHARS

__all__ = ["BORDERS"]


BORDERS = list(BORDER_CHARS)