audrey/src/model.rs
2024-11-07 21:54:01 +01:00

5 lines
64 B
Rust

mod song;
pub use song::Song;
mod album;
pub use album::Album;