5 lines
198 B
Python
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] |