in src/counts.rs [14:21]
fn new(py: Python<'a>) -> Self { PyDiff { py, diff: PyDict::new_bound(py), add: 0, del: 0, } }