team-10/env/Lib/site-packages/git/repo/__init__.py
2025-08-02 07:34:44 +02:00

8 lines
210 B
Python

# This module is part of GitPython and is released under the
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
"""Initialize the repo package."""
__all__ = ["Repo"]
from .base import Repo