5 lines
106 B
Rust
5 lines
106 B
Rust
// src/table_script/handlers.rs
|
|
pub mod post_table_script;
|
|
|
|
pub use post_table_script::post_table_script;
|