1pub mod plugin; 2 3pub use plugin::BaseModkitPluginV1; 4 5pub mod schemas; 6pub use schemas::get_core_gts_schemas;