1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// SPDX-License-Identifier: GPL-3.0-or-later
mod actions;
mod flatpak;
mod gresources;
mod gsettings;
mod i18n;
mod makefile;
pub use actions::*;
pub use flatpak::*;
pub use gresources::*;
pub use gsettings::*;
pub use i18n::*;
pub use makefile::*;