mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
6 lines
81 B
Rust
6 lines
81 B
Rust
pub mod ping;
|
|
pub mod register;
|
|
|
|
pub use ping::ping;
|
|
pub use register::register;
|