# avl_config

YAML project-file schema and loader. Defines the Pydantic models that parse and validate `.yml` project files, and `load_config()` which reads a file and exits with a structured error message on bad input.

```{eval-rst}
.. automodule:: avl_aero_tables.avl_config
   :members:
   :undoc-members: False
   :show-inheritance:
```
