use *;
/// The native Python module `knafeh._native`.
///
/// All async methods return native Python awaitables via
/// `pyo3_async_runtimes::tokio::future_into_py`. Python `await`
/// drives the tokio runtime directly — no background threads or
/// channel marshalling needed.