1
2
3
4
5
6
7
pub mod conf;
pub mod test;

pub use test::test_output;
pub use test::test_student;

pub use conf::TestConfig;