//! Stub implementation used when the `python-bindings` feature is disabled.
//! This keeps workspace builds working on hosts without a Python toolchain.
pubconstPYTHON_BINDINGS_ENABLED:bool=false;/// Explain why the bindings are unavailable in this build.
pubfnbindings_disabled_reason()->&'staticstr{"fontlift-python built without `python-bindings`; enable the feature (used by maturin) to compile the PyO3 extension."}