"""M02 마스터 템플릿 — 층 길 틀(빈 라우터). ⚠ 로그인만으로 `main.py` 에 붙음 — 권한은 길 안에서 봄. 길은 계약 `6_계약.md` 를 따름. """ from __future__ import annotations from fastapi import APIRouter router = APIRouter(prefix="/api/m02", tags=["M02 MasterTemplete Layers"])