langram_train/
lib.rs

1mod model;
2mod writer;
3
4pub use writer::create_model_and_write_files;