1// Tools module re-exports individual tool implementations. 2// Each tool implements Tool so it can be registered into Tools' static set. 3pub mod calculator;