//! Authority subsystem — adapter pattern for local vs remote authority backends.
//!
//! Same runtime contracts, two backends. Local authority is for standalone,
//! test, offline, and editor preview. Remote authority uses SpacetimeDB.
pub use LocalAuthority;
pub use ;
pub use RemoteAuthority;