//! SPARQL handler module organization
//!
//! This module provides the main SPARQL protocol implementation
//! broken down into smaller, manageable components.
// Re-export main items for backwards compatibility
pub use *;
pub use ;
// Re-export handlers from sparql_refactored for server routing
pub use crate;