mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
flatten modules somewhat
This commit is contained in:
parent
cb7ba855ab
commit
0779560502
29 changed files with 442 additions and 474 deletions
|
|
@ -1,9 +1,6 @@
|
|||
include!("./lib.rs");
|
||||
use tek::tui::ArrangerTui;
|
||||
|
||||
pub fn main () -> Usually<()> {
|
||||
ArrangerCli::parse().run()
|
||||
}
|
||||
use tek::ArrangerTui;
|
||||
pub fn main () -> Usually<()> { ArrangerCli::parse().run() }
|
||||
|
||||
/// Launches an interactive MIDI arranger.
|
||||
#[derive(Debug, Parser)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue