freeleaps-service-hub/apps/content/backend/content/__init__.py
2025-01-31 07:03:27 +00:00

5 lines
141 B
Python

from backend.content.models import ContentFolderDoc, DocumentDoc
content_models = []
content_models.extend([ContentFolderDoc, DocumentDoc])