Making progress.

This commit is contained in:
2020-02-12 22:31:06 +01:00
parent dc545e4063
commit a54bb70138
9 changed files with 243 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
// https://github.com/lucasmaystre/kickscore/tree/master/kickscore
mod fitter;
mod item;
pub mod kernel;
mod model;
pub mod observation;
mod storage;
pub use kernel::Kernel;
pub use model::*;