7 lines
177 B
Rust
7 lines
177 B
Rust
mod paths;
|
|
|
|
pub use crate::paths::Paths;
|
|
|
|
pub const PROPER_NAME: &str = "GedächtNAS";
|
|
pub const TECHNICAL_NAME: &str = "gedaechtnas";
|
|
pub const ABBREVIATED_NAME: &str = "gdn";
|