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