mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 21:21:57 -06:00
Add GitHub integration service and endpoints
This commit is contained in:
8
Data/Engine/integrations/github/__init__.py
Normal file
8
Data/Engine/integrations/github/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""GitHub integration surface for the Borealis Engine."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .artifact_provider import GitHubArtifactProvider
|
||||
|
||||
__all__ = ["GitHubArtifactProvider"]
|
||||
|
||||
Reference in New Issue
Block a user