refactor: adjust dirs structure

This commit is contained in:
GyDi
2021-12-14 16:07:15 +08:00
parent db802e959d
commit 4719649bf4
9 changed files with 35 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
mod dirs;
pub use self::dirs::*;
pub mod clash;
pub mod import;
pub mod init;
pub mod sysopt;