Start refactor of ynab by splitting it up

This commit is contained in:
2026-05-02 11:04:38 +02:00
parent ec77c27700
commit 65ddf515ad
6 changed files with 106 additions and 97 deletions
+9
View File
@@ -0,0 +1,9 @@
mod lookup;
pub use lookup::Lookup;
mod types;
mod client;
pub use client::Ynab;
mod transform;