summaryrefslogtreecommitdiff
path: root/silx/math/fft/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/fft/__init__.py')
-rw-r--r--silx/math/fft/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/silx/math/fft/__init__.py b/silx/math/fft/__init__.py
new file mode 100644
index 0000000..ea12cd6
--- /dev/null
+++ b/silx/math/fft/__init__.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# coding: utf-8
+
+__authors__ = ["P. Paleo"]
+__license__ = "MIT"
+__date__ = "12/12/2018"
+
+from .fft import FFT