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