mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
endpoint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use unshell::{info, tree::Tree};
|
||||
use unshell::{info, tree::Branch};
|
||||
|
||||
fn main() {
|
||||
let mut manager = Tree::new();
|
||||
let mut manager = Branch::new();
|
||||
manager.init_logger();
|
||||
|
||||
info!("Test thing!");
|
||||
|
||||
Reference in New Issue
Block a user