tape: add tape write trait
This commit is contained in:
@ -1 +1,4 @@
|
||||
pub mod file_formats;
|
||||
|
||||
mod tape_write;
|
||||
pub use tape_write::*;
|
||||
|
Reference in New Issue
Block a user
@ -1 +1,4 @@
|
||||
pub mod file_formats;
|
||||
|
||||
mod tape_write;
|
||||
pub use tape_write::*;
|
||||
|