// Copyright (C) Call of Nil contributors
// SPDX-License-Identifier: AGPL-3.0-only
pub mod academy;
pub mod farm;
pub mod iron_mine;
pub mod prefecture;
pub mod quarry;
pub mod sawmill;
pub mod silo;
pub mod stable;
pub mod wall;
pub mod warehouse;
pub mod workshop;