mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 03:25:48 -07:00
ENGINE: Moved Certificate Store Location
This commit is contained in:
12
Data/Engine/security/__init__.py
Normal file
12
Data/Engine/security/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# ======================================================
|
||||
# Data\Engine\security\__init__.py
|
||||
# Description: Exposes Engine-specific security helpers including TLS certificates and code-signing utilities.
|
||||
#
|
||||
# API Endpoints (if applicable): None
|
||||
# ======================================================
|
||||
|
||||
"""Security helper exports for the Borealis Engine runtime."""
|
||||
|
||||
from . import certificates, signing
|
||||
|
||||
__all__ = ["certificates", "signing"]
|
||||
Reference in New Issue
Block a user