Files

13 lines
388 B
Python

# ======================================================
# 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"]