/// Auto-generated TMDB API client from OpenAPI spec via progenitor.
////// This module re-exports the generated client, types, and error types.
/// Do not edit this file manually — it is regenerated on every build.
#[allow(
clippy::all,
missing_docs,
unused_imports,
unreachable_code,
unreachable_patterns
)]pubmodtmdb{include!(concat!(env!("OUT_DIR"),"/tmdb_generated.rs"));}