freeleaps-service-hub/apps/devops/app/common/daos/deployment/__init__.py
2025-05-18 22:23:44 -07:00

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