Files
Buffteks-Website/streamlit-venv/lib/python3.10/site-packages/git/repo/__init__.py
2025-01-10 21:40:35 +00:00

9 lines
210 B
Python
Executable File

# 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