Create monzo and flex accounts

This commit is contained in:
2024-10-15 21:17:39 +01:00
parent 3c3b6dc4e6
commit e3ed72c9b0
4 changed files with 57 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ mod headings {
#[allow(unused_imports)]
pub use super::super::ingestion_logic::headings::*;
// Additional FLex headings
// Additional Flex headings
pub const MONEY_OUT: usize = 16;
pub const MONEY_IN: usize = 17;
}