missed some files by committing in the wrong folder
This commit is contained in:
parent
8b9114499e
commit
77235a19bc
3 changed files with 7 additions and 34 deletions
|
@ -1,6 +1,9 @@
|
|||
use std::fs::File;
|
||||
use clap::Parser;
|
||||
|
||||
pub mod test;
|
||||
use test::*;
|
||||
|
||||
pub mod vcd;
|
||||
use vcd::*;
|
||||
|
||||
|
|
Reference in a new issue