1// SPDX-License-Identifier: Apache-2.0 2 3pub mod engine; 4pub mod transcription; 5 6pub use engine::{ForensicAnalysis, ForensicVerdict, ForensicsEngine};