audrey/src/subsonic_vala.rs

6 lines
71 B
Rust
Raw Normal View History

2024-11-02 11:24:25 +00:00
pub mod client;
2024-10-31 12:16:42 +00:00
pub use client::Client;
mod song;
pub use song::Song;