reactive_graph_sys_config_model/
lib.rs

1pub use component::config_file::*;
2pub use entity::config_file::*;
3
4pub mod component;
5pub mod entity;
6
7pub const NAMESPACE_CONFIG: &str = "config";