1
2
3
4
5
6
pub mod tz;
#[non_exhaustive]
pub enum Zmanim {
    Sunset,
    Sunrise,
}