chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:08:41 +08:00
commit bcc7968ff6
9988 changed files with 1016778 additions and 0 deletions
@@ -0,0 +1,5 @@
"""Re-export layout models defined in `templates.presentation_layout`."""
from templates.presentation_layout import PresentationLayoutModel, SlideLayoutModel
__all__ = ["PresentationLayoutModel", "SlideLayoutModel"]