mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 05:21:57 -06:00
9 lines
188 B
Python
9 lines
188 B
Python
"""GitHub integration surface for the Borealis Engine."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from .artifact_provider import GitHubArtifactProvider
|
|
|
|
__all__ = ["GitHubArtifactProvider"]
|
|
|