1 2 3 4 5 6
pub mod application; pub mod domain; pub mod infrastructure; pub use domain::judgement::{JudgementResult, Verdict}; pub use domain::repository::JudgePort;