mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Export client_from_env into utils
This commit is contained in:
parent
51a98d5d86
commit
3b26f747b7
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue