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