Skip to content

Commit

Permalink
Make python pub
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jul 1, 2018
1 parent 3ec49b5 commit 70e1879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ macro_rules! wrap_function (
};
);

mod python;
pub mod python;
mod err;
mod conversion;
mod instance;
Expand Down

0 comments on commit 70e1879

Please sign in to comment.