hc99's picture
Add files using upload-large-folder tool
5b76e0f verified
"""
Constants that we might want to expose via the public API.
"""
from ._border import BORDER_CHARS
__all__ = ["BORDERS"]
BORDERS = list(BORDER_CHARS)