5 lines
150 B
Rust
5 lines
150 B
Rust
// src/table_structure/handlers.rs
|
|
pub mod table_structure;
|
|
|
|
pub use table_structure::{get_adresar_table_structure, get_uctovnictvo_table_structure};
|