fabaccess-bffh/bffhd/capnp/machinesystem.rs
2022-03-10 20:52:03 +01:00

19 lines
201 B
Rust

use api::resources::resources::Server;
#[derive(Debug, Clone)]
pub struct Resources {
}
impl Resources {
pub fn new() -> Self {
Self {
}
}
}
impl Server for Resources {
}