memory.dashboard.backend.routes._common¶
memory.dashboard.backend.routes._common ¶
Shared imports, module state, and helpers for the dashboard routes package.
These were the top matter + cross-domain helpers of the former flat
routes.py. Every name here is re-exported (see __all__ at the end) so
the per-domain sub-modules can from ._common import * and resolve exactly
the globals they did when everything lived in one module.