Skip to content

Commit 01f7536

Browse files
Frefreakyouknowone
authored andcommitted
expose run_shell
1 parent 97e5ec0 commit 01f7536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ use std::process::ExitCode;
5858
pub use interpreter::InterpreterConfig;
5959
pub use rustpython_vm as vm;
6060
pub use settings::{opts_with_clap, InstallPipMode, RunMode};
61+
pub use shell::run_shell;
6162

6263
/// The main cli of the `rustpython` interpreter. This function will return `std::process::ExitCode`
6364
/// based on the return code of the python code ran through the cli.

0 commit comments

Comments
 (0)