5 lines
92 B
Rust
5 lines
92 B
Rust
#![allow(clippy::module_inception)]
|
|
pub mod settings;
|
|
pub mod character;
|
|
pub mod guildcard;
|