//! Shared helpers for Python driver generators. Each driver implements
//! `PyDriverShape` (imports, connection type, placeholder rewrite, params
//! arg formatting, per-command body). The shared skeleton emits dataclass
//! row/params classes, SQL const, and the `def`/`async def` signature.
//! No client.py, no wrappers — queries.py imports the driver package directly.
pub use ;
pub use escape_sql;
pub use ;