1//! # typewriter-python 2//! 3//! Python Pydantic v2 / dataclass emitter for the typewriter type sync SDK. 4//! Generates `.py` files with Pydantic `BaseModel` classes. 5 6mod emitter; 7mod mapper; 8 9pub use mapper::PythonMapper;