This commit is contained in:
Mikhail Kilin
2026-01-18 14:49:31 +03:00
parent d701464fde
commit b6d9291864
29 changed files with 3920 additions and 833 deletions

5
src/input/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
mod auth;
mod main_input;
pub use auth::handle as handle_auth_input;
pub use main_input::handle as handle_main_input;