getting it ready for publishing

This commit is contained in:
KhizarImran
2026-06-21 17:56:41 +01:00
parent cb9bf41ff3
commit 62131a2918
10 changed files with 122 additions and 12 deletions
+1
View File
@@ -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>()?;