We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__all__
1 parent 894a4dc commit 4c110c7Copy full SHA for 4c110c7
pygit2/__init__.py
@@ -61,6 +61,8 @@
61
from .utils import to_bytes, to_str
62
63
64
+__all__ = ("Repository",)
65
+
66
# Features
67
features = enums.Feature(C.git_libgit2_features())
68
0 commit comments