ruff/crates/ruff_python_ast/src/prelude.rs

3 lines
57 B
Rust

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