This commit is contained in:
steven-omaha
2022-12-02 17:09:29 +01:00
parent 9f068e5ffe
commit 10f79e9d0e
-1
View File
@@ -8,6 +8,5 @@ mod package;
mod ui; mod ui;
pub use crate::core::Pacdef; pub use crate::core::Pacdef;
pub use args::get_args;
pub use group::Group; pub use group::Group;
pub use package::Package; pub use package::Package;