makes models and schema modules privates, adds re-exports

This commit is contained in:
2019-02-03 21:12:48 +01:00
parent d3259c82b3
commit b14e566593
6 changed files with 19 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ extern crate cookbook;
extern crate planner;
use self::cookbook::*;
use self::cookbook::models::Recipe;
use self::cookbook::recipes::Recipe;
use self::planner::solver::{Variables, Domain, Problem};
/// We want a mapping of the week meals (matin, midi, soir)