mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-25 23:52:04 +00:00
5 lines
88 B
Rust
5 lines
88 B
Rust
mod interface;
|
|
mod model;
|
|
|
|
pub use interface::{PATTERN, Post, enabled, fetch_from_url};
|