5 lines
174 B
Python
5 lines
174 B
Python
"""Re-export canonical GitHubConnector from kab_ingestion.github."""
|
|
from kab_ingestion.github import GitHubConnector as GitHubSCMConnector
|
|
|
|
__all__ = ["GitHubSCMConnector"]
|