Export client_from_env into utils

This commit is contained in:
Temirkhan Myrzamadi 2020-07-25 00:55:36 +06:00
parent 51a98d5d86
commit 3b26f747b7

View file

@ -1,6 +1,8 @@
//! Some useful utilities.
pub mod client_from_env;
mod client_from_env;
pub mod command;
pub mod html;
pub mod markdown;
pub use client_from_env::client_from_env;