6 lines
172 B
Python
6 lines
172 B
Python
from app.common.daos.deployment.deployment_dao import DeploymentDao
|
|
|
|
deployment_dao = DeploymentDao()
|
|
|
|
def get_hello_world_dao() -> DeploymentDao:
|
|
return deployment_dao |