put all of arranger/sequencer/transport in 1 file

This commit is contained in:
🪞👃🪞 2024-09-19 00:05:31 +03:00
parent 3042e9e3a8
commit 6f988e5072
12 changed files with 1877 additions and 1847 deletions

View file

@ -0,0 +1,6 @@
include!("lib.rs");
/// Application entrypoint.
pub fn main () -> Usually<()> {
Tui::run(TransportToolbar::standalone()?)?;
Ok(())
}