audrey/src/model.rs

6 lines
64 B
Rust
Raw Normal View History

2024-11-05 20:44:20 +00:00
mod song;
pub use song::Song;
2024-11-07 20:54:01 +00:00
mod album;
pub use album::Album;