mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 19:51:58 +08:00
init
This commit is contained in:
5
src/config/mod.rs
Normal file
5
src/config/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
mod schema;
|
||||
mod store;
|
||||
|
||||
pub use schema::*;
|
||||
pub use store::ConfigStore;
|
||||
Reference in New Issue
Block a user