freeleaps-service-hub/apps/devops/app/common/daos/deployment/__init__.py
2025-06-07 11:32:48 -07:00

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