1
2
3
4
5
6
pub mod error;
mod fetch;
mod location;

pub use fetch::get_locations;
pub use location::{Location, Person};