# Released under the MIT License. See LICENSE for details. # """Functionality for updating/checking the project""" from __future__ import annotations from batools.project._updater import ProjectUpdater, project_centric_path __all__ = [ 'ProjectUpdater', 'project_centric_path', ]