pub mod abs;
pub mod core;
pub mod error;
pub mod model;
pub use crate::error::{RelicError, RelicResult};
pub use skellige::{fungus, git2, prelude::git};
pub mod prelude {
pub use crate::{abs, core::*, error::*, git2, model::*};
pub use skellige::prelude::*;
}