diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:29 +0100 |
| commit | c737b6df94eae4981bb03dda3583e24046e24865 (patch) | |
| tree | fbc309d9d4e71bf145e764a230eab9421797e74b /importers/actualbudget/src/models/mod.rs | |
| parent | e0d7cd9bbf02e7d52aadfb8d56f774a8a4099adf (diff) | |
Adds actualbudget importer
Diffstat (limited to 'importers/actualbudget/src/models/mod.rs')
| -rw-r--r-- | importers/actualbudget/src/models/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/importers/actualbudget/src/models/mod.rs b/importers/actualbudget/src/models/mod.rs new file mode 100644 index 0000000..cf1b71a --- /dev/null +++ b/importers/actualbudget/src/models/mod.rs @@ -0,0 +1,2 @@ +pub mod actualbudget; +pub mod budgeting_app; |
