Files
zenml/venv/lib/python3.9/site-packages/git/repo/__init__.py
Christian Mantha 2ca0b9ef7c star
2026-03-02 19:10:52 -05:00

9 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