4 lines
123 B
Python
4 lines
123 B
Python
from app.common.models.hello_world.hello_world import HelloWorld
|
|
|
|
# list of beanie document models
|
|
db_models = [HelloWorld] |