thirdpass-py 0.3.1

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

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