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