summaryrefslogtreecommitdiff
path: root/silx/math/fft/__init__.py
blob: ea12cd652a75770f37ff2144a9d65e02bca51762 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# coding: utf-8

__authors__ = ["P. Paleo"]
__license__ = "MIT"
__date__ = "12/12/2018"

from .fft import FFT