Skip to main content

horus_cli/
lib.rs

1//! Shared terminal frontends and local gateway-account storage.
2
3pub mod frontend;
4pub mod gateway_accounts;