1
2
3
4
//! Mutations on semesters in the RCOS database.

pub mod create;
pub mod edit;