//! Observed-table key helper facade for `/debug/schema`.
//!
//! This module preserves a stable helper import surface while splitting
//! relation-key generation and relation-type normalization policy by concern:
//! - `debug_observed_table_relation_key`
//! - `debug_observed_table_relation_type_normalization`
pub(super) use super::debug_observed_table_relation_key::relation_key;
pub(super) use super::debug_observed_table_relation_type_normalization::normalize_relation_type;