This commit is contained in:
2022-11-15 17:36:26 +01:00
parent cdb8df60cb
commit 909e679632

View File

@@ -11,3 +11,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("{:#?}", resp);
Ok(())
}
pub enum Mensa {
Shedhalle(mensa::MensaShedhalle),
}