Files
komp_ac/server/src/table_structure/handlers.rs
2025-02-22 23:23:07 +01:00

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};