mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
6 lines
99 B
Rust
6 lines
99 B
Rust
mod auth;
|
|
mod interface;
|
|
mod model;
|
|
|
|
pub use interface::{PATTERN, Tweet, enabled, fetch_from_url};
|