📄 __init__.py

Size: 303 bytes
Path: //opt/saltstack/salt/lib/python3.10/site-packages/git/objects/submodule/__init__.py
Modified: 2026-05-13 00:00:00
# This module is part of GitPython and is released under the
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/

__all__ = ["Submodule", "UpdateProgress", "RootModule", "RootUpdateProgress"]

from .base import Submodule, UpdateProgress
from .root import RootModule, RootUpdateProgress