/*!
Domain-level model modules.
Purpose:
`models` contains concrete reusable physical model components. These modules
should build on `math`, `space`, and `engines` rather than inventing their own
storage or geometry rules. Current ready pieces cover validated law payloads
and canonical massive-particle state.
*/
pub use *;
pub use ;