Removed submodule classification in git
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use pyo3::prelude::*;
|
||||
mod services;
|
||||
#[pymodule]
|
||||
fn airlock_libs(py: Python<'_>, m: &Bound<PyModule>) -> PyResult<()> {
|
||||
m.add_function(wrap_pyfunction!(services::pull_policy_exec_histories, py)?)?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user