freeleaps-service-hub/apps/devops/app/common/models/__init__.py
2025-05-18 22:23:44 -07:00

5 lines
198 B
Python

from app.common.models.hello_world.hello_world import HelloWorld
from app.common.models.deployment.deployment import Deployment
# list of beanie document models
db_models = [HelloWorld, Deployment]