Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
add pymolobject session
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Oct 22, 2024
1 parent 95b6c15 commit 9f35f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
pub mod molviewspec;
pub mod pymolparsing;

pub use self::pymolparsing::parsing::PyObjectMolecule;
pub use self::pymolparsing::psedata::PSEData;

/// Prelude module for commonly used items
pub mod prelude {
pub use crate::pymolparsing::parsing::PyObjectMolecule;
pub use crate::pymolparsing::psedata::PSEData;
}

0 comments on commit 9f35f8a

Please sign in to comment.