//! Module Orchestrator
//!
//! System module for service discovery.
//! This module provides `DirectoryService` for gRPC service registration and discovery.
// === MODULE DEFINITION ===
pub use ;
// === INTERNAL MODULES (pub for integration tests) ===
// === RE-EXPORTS ===
pub use ;