Files
breakpilot-lehrer/klausur-service/backend/grid/__init__.py
Benjamin Admin eecb5472dd
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 1m7s
CI / test-go-edu-search (push) Successful in 46s
CI / test-python-klausur (push) Failing after 2m32s
CI / test-python-agent-core (push) Successful in 33s
CI / test-nodejs-website (push) Successful in 34s
Fix: Update all old-style imports inside packages to new paths
65 files in klausur-service packages + 3 in backend-lehrer packages
had stale imports referencing deleted shim modules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-26 00:19:13 +02:00

11 lines
363 B
Python

"""
Grid package — restructured from grid_* flat modules.
Backward-compatible re-exports: consumers can still use
``from grid.build.core import ...`` etc. via the shim files in backend/.
Sub-packages:
- grid.build — grid construction pipeline (_build_grid_core and phases)
- grid.editor — FastAPI endpoints, helper functions, column/zone logic
"""