This commit is contained in:
2024-08-09 09:43:10 +01:00
parent bf47520d31
commit 08766dc0e0
7 changed files with 149 additions and 80 deletions
+7
View File
@@ -0,0 +1,7 @@
mod headings {
pub use super::super::ingestion_logic::headings::*;
// Additional FLex headings
pub const MONEY_OUT: usize = 16;
pub const MONEY_IN: usize = 17;
}