//! Ports (Interfaces)
//!
//! Abstract interfaces that define how the domain layer
//! interacts with external systems (repositories, services, integrations).
//!
//! Implementations of these traits live in the infrastructure layer.
// Re-exports
pub use *;
pub use *;
pub use *;
pub use *;