We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa37e2d commit b53b9a7Copy full SHA for b53b9a7
pygit2/_libgit2.pyi
@@ -1,4 +1,4 @@
1
import _cffi_backend
2
3
ffi: _cffi_backend.FFI
4
-C: _cffi_backend.Lib
+lib: _cffi_backend.Lib
pygit2/ffi.py
@@ -26,3 +26,5 @@
26
# Import from pygit2
27
from ._libgit2 import ffi
28
from ._libgit2 import lib as C
29
+
30
+__all__ = ["ffi", "C"]
0 commit comments