mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 10:05:48 -07:00
Revert from Gitea Mirror Due to Catastrophic Destruction in Github
This commit is contained in:
12
Data/Engine/integrations/__init__.py
Normal file
12
Data/Engine/integrations/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user