spotify-tui 0.25.0

A terminal user interface for Spotify
1
2
3
use crate::{app::App, event::Key};

pub fn handler(_key: Key, _app: &mut App) {}