mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 10:45:48 -07:00
ENGINE: Migrated Enrollment Logic
This commit is contained in:
12
Data/Engine/services/API/tokens/__init__.py
Normal file
12
Data/Engine/services/API/tokens/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# ======================================================
|
||||
# Data\Engine\services\API\tokens\__init__.py
|
||||
# Description: Token management API registration helpers for the Engine runtime.
|
||||
#
|
||||
# API Endpoints (if applicable): None
|
||||
# ======================================================
|
||||
|
||||
"""Expose Engine-native token management routes."""
|
||||
|
||||
from .routes import register
|
||||
|
||||
__all__ = ["register"]
|
||||
Reference in New Issue
Block a user