summaryrefslogtreecommitdiff
path: root/src/pycryptopp/cipher/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycryptopp/cipher/__init__.py')
-rw-r--r--src/pycryptopp/cipher/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pycryptopp/cipher/__init__.py b/src/pycryptopp/cipher/__init__.py
new file mode 100644
index 0000000..0ebfadf
--- /dev/null
+++ b/src/pycryptopp/cipher/__init__.py
@@ -0,0 +1,4 @@
+import aes
+import xsalsa20
+
+quiet_pyflakes=[aes, xsalsa20]