1
2
3
4
5
//! Entities and DTOs used in `PermaplanT`.

pub mod dto;
pub mod entity;
pub mod r#enum;