//! Github issue editing functionality.
//!
//! This module provides functionality for fetching Github issues,
//! editing them locally, and syncing changes back to Github.
// Re-export the public API
pub use ;
// Re-export sync types for blocker interaction
pub use ;