We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e5ec0 commit 01f7536Copy full SHA for 01f7536
src/lib.rs
@@ -58,6 +58,7 @@ use std::process::ExitCode;
58
pub use interpreter::InterpreterConfig;
59
pub use rustpython_vm as vm;
60
pub use settings::{opts_with_clap, InstallPipMode, RunMode};
61
+pub use shell::run_shell;
62
63
/// The main cli of the `rustpython` interpreter. This function will return `std::process::ExitCode`
64
/// based on the return code of the python code ran through the cli.
0 commit comments