""" * SPDX-FileCopyrightText: 2023-2025 PeppermintOS Team * (peppermintosteam@proton.me) * SPDX-License-Identifier: GPL-3.0-or-later * Lets Expose the path functions * This mode set is only used for many different kinds of paths, * what is exposed here will vary depending onthe kind of builss that * are avialable """ from .paths import ( BSTRING_ISO_CONFIGS, BSTRING_ISO_CONFIGS_FUSATO, HOME_FOLDER, PACKAGE_LIST, WPCHROOT, CHROOT_FOLDER, INCLUDES_INSTALLER, BOOTSTRAP_FOLDER, FUSATO_ROOT, DE_PATH, BUILD_FILE_PATH, make_bootstrap_shared, make_packages_shared, make_folders, make_chroot_fusato_structure, make_chroot_installer_structure, make_chroot_fusato_server, installer_server_dirs, installer_mini_dirs, nightly_paths, copyfilesspecified, copyfolderfiles, osrelease, mainlineidfile, BASE_DESTINATION, BASE_NAME,BINARYPTH, FUSATOCONFIG, allowed_bases, calamreschrootinstaller, symlinks, )