1
2
3
4
5
6
7
//! Serde XML models for formatting incoming XML data

pub mod attendance;
pub mod grade;
pub mod student;
pub mod schedule;
pub mod school;