Flatten import for db-Schedule
This commit is contained in:
parent
ee68405874
commit
452454f9e8
5 changed files with 7 additions and 5 deletions
emgauwa-lib/src/db
|
@ -6,9 +6,11 @@ use std::str::FromStr;
|
|||
|
||||
use crate::db::errors::DatabaseError;
|
||||
use crate::db::model_utils::Period;
|
||||
use crate::db::schedules::{Periods, Schedule};
|
||||
use crate::db::types::EmgauwaUid;
|
||||
|
||||
// export for easier/flatter access
|
||||
pub use crate::db::schedules::{Periods, Schedule};
|
||||
|
||||
pub(crate) mod errors;
|
||||
mod model_utils;
|
||||
mod models;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue