Can import data from FinancesManager

This commit is contained in:
2025-05-02 16:37:30 +02:00
parent f220451e6e
commit ee43de1c82
6 changed files with 155 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use std::error::Error;
pub mod accounts_controller;
pub mod auth_controller;
pub mod backup_controller;
pub mod files_controller;
pub mod movement_controller;
pub mod server_controller;