//! The imports needed to use the crate.
//!
//! # Example
//!
//! ```
//! use fluid::prelude::*;
//! ```
pub use crate;
pub use crate;
pub use *;
pub use Not;
/// A macro to replace the custom `#[fact]` attribute if you do not want to use it.
pub use cratefact_;