thirdpass-py 0.4.0

Python ecosystem extension for the Thirdpass package review system.
Documentation
1
2
3
4
5
6
use thirdpass_core::extension::FromLib;

fn main() {
    let mut extension = thirdpass_py_lib::PyExtension::new();
    thirdpass_core::extension::run_command(&mut extension).unwrap();
}