diff --git a/src/hooks/__init__.py b/src/hooks/__init__.py new file mode 100644 index 0000000..31f4f84 --- /dev/null +++ b/src/hooks/__init__.py @@ -0,0 +1,3 @@ +from .hooks import check_hook_installed, install_pre_commit_hook + +__all__ = ["check_hook_installed", "install_pre_commit_hook"]