summaryrefslogtreecommitdiff
path: root/server/bot/src/algos/mod.rs
blob: 920230e50cdbdf5b62ef282833f84f46458c8267 (plain)
1
2
3
4
5
mod simple;
pub use simple::Simple;

mod test;
pub use test::Test;