// === MODULE DEFINITION ===
// ModKit needs access to the module struct for instantiation
pub use FileParserModule;
// === INTERNAL MODULES ===
// WARNING: These modules are internal implementation details!
// They are exposed only for comprehensive testing and should NOT be used by external consumers.