pub mod errors;

pub mod planet;

pub mod star;

pub mod ship;

include!(concat!(env!("OUT_DIR"), "/templates.rs"));