2023-05-16 10:53:42 -07:00

13 lines
291 B
Python

# 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',
]