/// Legal module for contracts and legal documents pub mod contract; pub mod rhai; pub use contract::{Contract, ContractStatus}; pub use rhai::register_legal_modules;