mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 18:13:31 +01:00
8 lines
149 B
Python
8 lines
149 B
Python
"""
|
|
Module to automatically load another (local) module.
|
|
"""
|
|
|
|
from .passband import *
|
|
from .fft import *
|
|
from .plotting import *
|
|
from .util import *
|