Initial commit: Quantum Terminal — Free & Open Source Trading Platform
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
system_routes.py — Stub for consumer terminal.
|
||||
PRO-only routes. Consumer does not use these endpoints.
|
||||
"""
|
||||
from fastapi import APIRouter
|
||||
|
||||
|
||||
def create_system_router(*args, **kwargs) -> APIRouter:
|
||||
"""Return empty router — PRO endpoints not available in consumer."""
|
||||
return APIRouter(tags=["system"])
|
||||
Reference in New Issue
Block a user