mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:10:00 +00:00
mplementation stubs for panel
This commit is contained in:
parent
6599f265b6
commit
70f135da61
@ -15,15 +15,18 @@
|
||||
//! ```
|
||||
//!
|
||||
|
||||
/// Documentation for the `msyrs` Python API.
|
||||
/// Documentation and type-stubs for the `msyrs` Python API.
|
||||
pub mod py;
|
||||
|
||||
/// Documentation for the `download` module.
|
||||
/// Implementation for the `download` module.
|
||||
pub mod download;
|
||||
|
||||
/// Documentation for the `utils` module.
|
||||
/// Implementation for the `utils` module.
|
||||
pub mod utils;
|
||||
|
||||
/// Implementation for the `panel` module.
|
||||
pub mod panel;
|
||||
|
||||
/// PyO3 bindings for the `msyrs` Python API.
|
||||
#[allow(unused_imports)]
|
||||
use py::msyrs;
|
||||
|
Loading…
x
Reference in New Issue
Block a user