Start refactor of ynab by splitting it up
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
mod lookup;
|
||||
pub use lookup::Lookup;
|
||||
|
||||
mod types;
|
||||
|
||||
mod client;
|
||||
pub use client::Ynab;
|
||||
|
||||
mod transform;
|
||||
Reference in New Issue
Block a user