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