mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Remove old code
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
#![no_main]
|
||||
|
||||
pub mod config;
|
||||
mod error;
|
||||
pub mod logger;
|
||||
pub mod tree;
|
||||
|
||||
mod announcement;
|
||||
|
||||
pub use error::{ModuleError, Result};
|
||||
|
||||
pub use announcement::Announcement;
|
||||
|
||||
// Re-exports
|
||||
pub use serde_json::{Value, json};
|
||||
pub use ush_obfuscate as obfuscate;
|
||||
|
||||
Reference in New Issue
Block a user