refactor(routes): move search domain into routes/search/ subpackage (#5779)

Slice 2j of the route-domain reorganization (#4082/#4071). Moves
search_routes.py into routes/search/, leaving a backward-compat
sys.modules shim. Pure file reorganization, no behavior change.
This commit is contained in:
Tal.Yuan
2026-07-29 04:26:29 +08:00
committed by GitHub
parent 01790c2f08
commit 25a4d134b1
5 changed files with 137 additions and 108 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Search route domain package (slice 2j, #4082/#4071).
Contains search_routes.py, migrated from the flat routes/ directory.
Backward-compat shim at routes/search_routes.py re-exports from here.
"""