pylyzer/src/lib.rs

5 lines
63 B
Rust

mod analyze;
mod handle_err;
pub use analyze::PythonAnalyzer;