diff --git a/src/git/__init__.py b/src/git/__init__.py new file mode 100644 index 0000000..1355e9b --- /dev/null +++ b/src/git/__init__.py @@ -0,0 +1,3 @@ +from src.git.status import GitStatus, get_git_status, is_git_repo + +__all__ = ["GitStatus", "get_git_status", "is_git_repo"]