1// Copyright © ArkBig 2/*! 3# mntime-lib 4 5This is main process of [mntime](https://github.com/arkbig/mntime). 6*/ 7 8pub mod app; 9mod cli_args; 10mod cmd; 11mod stats; 12mod terminal;