mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 00:20:08 +01:00
4 lines
43 B
Rust
4 lines
43 B
Rust
|
|
mod model;
|
||
|
|
|
||
|
|
pub use model::{Match, Model};
|