Skip to content
Snippets Groups Projects
Commit 36c63266 authored by Donald Stufft's avatar Donald Stufft
Browse files

Add an __all__ to nacl.nacl

parent 721e475f
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ import functools ...@@ -6,6 +6,9 @@ import functools
from cffi import FFI from cffi import FFI
__all__ = ["ffi", "lib"]
ffi = FFI() ffi = FFI()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment