__init__.py 303 B

1234567
  1. # This module is part of GitPython and is released under the
  2. # 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
  3. __all__ = ["Submodule", "UpdateProgress", "RootModule", "RootUpdateProgress"]
  4. from .base import Submodule, UpdateProgress
  5. from .root import RootModule, RootUpdateProgress