// MOD.rs
// by Lut99
//
// Created:
// 03 Jul 2023, 13:27:20
// Last edited:
// 03 Jul 2023, 13:27:27
// Auto updated?
// Yes
//
// Description:
//! Keeps track of the old definition files such that we may upgrade
//! from them.
//
// Declare the various versions
pub mod v1_0_0;