mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-03 05:22:04 -04:00
make koaloader publicly available
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
mod creamlinux;
|
||||
mod smokeapi;
|
||||
pub mod koaloader;
|
||||
mod screamapi;
|
||||
|
||||
pub use creamlinux::CreamLinux;
|
||||
pub use smokeapi::SmokeAPI;
|
||||
pub use screamapi::ScreamAPI;
|
||||
pub use koaloader::Koaloader;
|
||||
|
||||
use async_trait::async_trait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user