__init__.py 210 B

12345678
  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. """Initialize the repo package."""
  4. __all__ = ["Repo"]
  5. from .base import Repo