//! Bitbucket Server integration module
//!
//! This module provides integration with Bitbucket Server for:
//! - API client for Bitbucket Server
//! - Authentication handling
//! - Pull request management
//! - Repository operations
pub use BitbucketClient;
pub use ;
pub use ;
// Placeholder to satisfy module import in lib.rs
// This will be implemented in Phase 3: Bitbucket Server Integration