File Structure & Logic propy-deed-validator/ ├── models.py # Pydantic schemas — typed contracts between all layers ├── llm_extractor.py # LLM extraction ONLY — reads messy text, fills form ├── ...