1
2
3
4
5
6
mod extent;
mod location;

#[allow(clippy::module_name_repetitions)]
pub use extent::{LandscapeExtent, LocationIterator};
pub use location::{IndexedLocation, Location};