elseware/src/login/mod.rs
2021-06-18 17:46:22 -06:00

4 lines
69 B
Rust

#[allow(clippy::module_inception)]
pub mod login;
pub mod character;