diff options
Diffstat (limited to 'cryptography/c/__init__.py')
-rw-r--r-- | cryptography/c/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptography/c/__init__.py b/cryptography/c/__init__.py new file mode 100644 index 00000000..07927848 --- /dev/null +++ b/cryptography/c/__init__.py @@ -0,0 +1,4 @@ +from cryptography.c.api import api + + +__all__ = ["api"] |