organized

This commit is contained in:
2025-11-10 15:34:25 -07:00
parent 8f5cc7f949
commit 6ed6cbfd62
6 changed files with 441 additions and 407 deletions

3
src/app/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod app;
pub mod calc;
pub mod mode;