whew! refactor complete

This commit is contained in:
🪞👃🪞 2024-09-06 00:00:23 +03:00
parent deaa66d6e2
commit 685ccfaf49
7 changed files with 58 additions and 58 deletions

View file

@ -1,6 +1,6 @@
//! Sample player
include!("lib.rs");
pub fn main () -> Usually<()> {
tek_core::run(Arc::new(RwLock::new(crate::Sampler::new("", None)?)))?;
Tui::run(Arc::new(RwLock::new(crate::Sampler::new("", None)?)))?;
Ok(())
}