Configuration Module ==================== Centralized configuration and data paths for terrain-maker. This module defines project-wide constants including directory paths for data, cache, and output locations. .. automodule:: src.config :members: :undoc-members: :show-inheritance: See Also -------- - :doc:`core` - Terrain class using these paths - :doc:`data_loading` - Data loading functions