pytauri_plugins.shell ¶ tauri_plugin_shell::self Modules: Name Description ffi Original FFI interface module. Functions: Name Description init tauri_plugin_shell::init __all__ module-attribute ¶ __all__ = ['init'] init ¶ init() -> Plugin tauri_plugin_shell::init Source code in python/pytauri/src/pytauri_plugins/shell/ffi.py 32 33 34def init() -> Plugin: """[tauri_plugin_shell::init](https://docs.rs/tauri-plugin-shell/latest/tauri_plugin_shell/fn.init.html)""" ...