jira_api / integrations /__init__.py
Rudraaaa76's picture
Intial commit for HF deployment
c2cb41b
raw
history blame contribute delete
117 Bytes
from .jira_service import jira_service, JiraIntegrationService
__all__ = ["jira_service", "JiraIntegrationService"]