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]