bitwarden_py/
lib.rs

1
2
3
4
5
#[cfg(not(target_arch = "wasm32"))]
mod client;

#[cfg(not(target_arch = "wasm32"))]
mod python_module;