episode: Break circular imports by extracting shared models to models.py

This commit is contained in:
Cal Corum 2026-02-25 16:44:18 -06:00
parent 8d36043c04
commit 21448869b9

View File

@ -73,3 +73,9 @@
Errors encountered (2):
- Exit code 1
Network
## 16:44 - Break circular imports by extracting shared models to models.py
- **Type:** solution
- **Tags:** python, circular-imports, architecture, refactoring, paper-dynasty
- **Memory:** [break-circular-imports-by-extracting-shared-models-to-models-b235f9](graph/solutions/break-circular-imports-by-extracting-shared-models-to-models-b235f9.md)
- **Summary:** ## Problem\nTwo modules mutually importing from each other (A imports from B, B imports from A)