sunox 0.0.8

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
//! Cross-command workflows that are not tied to a single endpoint.

pub mod generation;
pub mod image_upload;
pub mod tasks;
pub mod upload;