pub const INIT_TEMPLATE_PATH: &str = "./config/rudi/template/struct_init.template";
pub const TEST_TEMPLATE_PATH: &str = "./config/rudi/template/suite_test.template";
pub const INIT_TEMPLATE_PATH_APP: &str = "./config/rudi/template/app/struct_init.template";
pub const TEST_TEMPLATE_PATH_APP: &str = "./config/rudi/template/app/suite_test.template";