1 2 3 4 5 6 7 8 9 10 11 12
// Copyright (c) 2020-2021 Thomas Kramer.
// SPDX-FileCopyrightText: 2022 Thomas Kramer
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//! The `prelude` helps to import most commonly used modules.
pub use iron_shapes::prelude::*;
pub use super::traits::*;
pub use super::io::*;
pub use super::types::*;
pub use super::util::*;