We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5408627 commit 40c84f5Copy full SHA for 40c84f5
1 file changed
src/lib.rs
@@ -56,6 +56,9 @@ mod interpreter;
56
mod settings;
57
mod shell;
58
59
+#[cfg(feature = "rustpython-pylib")]
60
+pub use rustpython_pylib as pylib;
61
+
62
use rustpython_vm::{AsObject, PyObjectRef, PyResult, VirtualMachine, scope::Scope};
63
use std::env;
64
use std::io::IsTerminal;
0 commit comments