/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include module bottom_panel() { mirror([0, 0, 1]) panel(); } bottom_panel();