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