ruff/crates/ruff_python_ast/src/prelude.rs

4 lines
87 B
Rust

pub use crate::node::AstNode;
pub use rustpython_ast::*;
pub use rustpython_parser::*;