""" Schema Generator - Backward Compatibility Module. This module re-exports from markitect.schema.generator for backward compatibility. New code should import from markitect.schema.generator directly. """ # Re-export from schema package for backward compatibility from markitect.schema.generator import SchemaGenerator __all__ = ['SchemaGenerator']