[pitboss] phase 21: Track F.1 — SurfaceMap module + Python/Flask vertical

This commit is contained in:
pitboss 2026-05-15 12:33:10 -05:00
parent f8bff38217
commit c03326a658
9 changed files with 1396 additions and 1 deletions

6
src/surface/lang/mod.rs Normal file
View file

@ -0,0 +1,6 @@
//! Per-language framework probes. Phase 21 ships Python + Flask;
//! Phase 22 generalises to FastAPI / Django, Java Spring / JAX-RS,
//! Ruby Rails / Sinatra, Go net/http / gin, Rust axum / actix /
//! rocket, JS/TS Express + Next.js.
pub mod python_flask;