Files
Borealis-Github-Replica/Data/Engine/integrations/github/__init__.py

9 lines
188 B
Python

"""GitHub integration surface for the Borealis Engine."""
from __future__ import annotations
from .artifact_provider import GitHubArtifactProvider
__all__ = ["GitHubArtifactProvider"]