cl: turn data model into library

This commit is contained in:
David Rusu 2024-06-27 01:16:55 -04:00
parent 756de554dc
commit 9c1317f55b
1 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,3 @@ pub mod partial_tx;
#[cfg(test)]
mod test_util;
fn main() {
println!("Hello, world!");
}