SeaCogs/issuecards/api/__init__.py

4 lines
60 B
Python
Raw Normal View History

2025-03-28 09:56:44 -05:00
from .wrapper import fetch_issue
__all__ = ["fetch_issue"]