pylyzer/crates/pylyzer_core/lib.rs

5 lines
85 B
Rust

mod analyze;
mod handle_err;
pub use analyze::{PythonAnalyzer, SimplePythonParser};