Update import
This commit is contained in:
parent
2c9a4b3f52
commit
5d801b0f3a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from rich.traceback import install as traceback_install
|
||||||
|
|
||||||
# utils
|
# utils
|
||||||
from sys import argv as options
|
from sys import argv as options
|
||||||
from settings import Settings
|
from backscattering_analyzer.settings import Settings
|
||||||
from numpy import loadtxt, array
|
from numpy import loadtxt, array
|
||||||
from scipy.io.matlab import loadmat
|
from scipy.io.matlab import loadmat
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue