presenton/servers/fastapi/models/presentation_layout.py

5 lines
218 B
Python

"""Re-export layout models defined in `templates.presentation_layout`."""
from templates.presentation_layout import PresentationLayoutModel, SlideLayoutModel
__all__ = ["PresentationLayoutModel", "SlideLayoutModel"]