jira_api / services /__init__.py
Rudraaaa76's picture
Intial commit for HF deployment
c2cb41b
raw
history blame contribute delete
135 Bytes
from .intelligence_service import intelligence_service, IntelligenceService
__all__ = ["intelligence_service", "IntelligenceService"]