Skip to content

Commit 40c84f5

Browse files
psyche314EtherealPsyche
andauthored
Expose rustpython_pylib in rustpython (#7498)
Co-authored-by: EtherealPsyche <EtherealPsyche@users.noreply.github.com>
1 parent 5408627 commit 40c84f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ mod interpreter;
5656
mod settings;
5757
mod shell;
5858

59+
#[cfg(feature = "rustpython-pylib")]
60+
pub use rustpython_pylib as pylib;
61+
5962
use rustpython_vm::{AsObject, PyObjectRef, PyResult, VirtualMachine, scope::Scope};
6063
use std::env;
6164
use std::io::IsTerminal;

0 commit comments

Comments
 (0)