Revert from Gitea Mirror Due to Catastrophic Destruction in Github

This commit is contained in:
2025-11-01 05:17:42 -06:00
parent 02eae72c0d
commit 6df391f21a
115 changed files with 37093 additions and 332 deletions

View File

@@ -0,0 +1,12 @@
# ======================================================
# Data\Engine\integrations\__init__.py
# Description: Integration namespace exposing helper utilities for external service adapters.
#
# API Endpoints (if applicable): None
# ======================================================
"""Integration namespace for the Borealis Engine runtime."""
from .github import GitHubIntegration
__all__ = ["GitHubIntegration"]