mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-05 16:27:49 +00:00
getting it ready for publishing
This commit is contained in:
@@ -8,6 +8,7 @@ pub mod types;
|
||||
use pyo3::prelude::*;
|
||||
|
||||
#[pymodule]
|
||||
#[pyo3(name = "_backtestingfx")]
|
||||
fn backtestingfx(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
||||
m.add_class::<types::Bar>()?;
|
||||
m.add_class::<stats::Stats>()?;
|
||||
|
||||
Reference in New Issue
Block a user