"""
Python bindings for pattern-core.
This module provides Python-friendly bindings for pattern-core, enabling
Python developers to programmatically construct and operate on Pattern and Subject instances.
"""
# Re-export all classes from the compiled Rust module
=