m-thesis-introduction/fourier/mylib/__init__.py

9 lines
149 B
Python
Raw Normal View History

"""
Module to automatically load another (local) module.
"""
from .passband import *
from .fft import *
from .plotting import *
from .util import *