Feature added - MPSC channel
Build Library / Build Library (push) Successful in 5m44s

closes #38
This commit is contained in:
brotoskyj
2025-12-03 17:54:57 -05:00
parent 6ab9de413f
commit 76bd3a6087
9 changed files with 115 additions and 88 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use pyo3::prelude::*;
pub mod modules;
pub mod services;
pub mod prelude;
pub mod services;
#[pymodule]
fn airlock_libs(py: Python<'_>, m: &Bound<PyModule>) -> PyResult<()> {
m.add_function(wrap_pyfunction!(services::pull_policy_exec_histories, py)?)?;