fabaccess-bffh/bffhd/authentication/mod.rs
2022-03-10 20:52:34 +01:00

11 lines
85 B
Rust

pub mod db;
pub struct AuthenticationHandler {
}
impl AuthenticationHandler {
}