Dev2506's picture
Add files using upload-large-folder tool
15d68eb verified
Raw
History Blame Contribute Delete
237 Bytes
"""Config package — Indic Heritage Studio v2."""
from .settings import settings
from .styles import HERITAGE_STYLES, StyleSpec, get_style, list_styles
__all__ = ["settings", "HERITAGE_STYLES", "StyleSpec", "get_style", "list_styles"]