relative imports to absolute

This commit is contained in:
Markus Clauß 2022-11-08 14:30:47 +01:00
parent 9993155a70
commit 101d540a72

View File

@ -1,8 +1,8 @@
# main __init__.py
from .analysis import *
from .functions import *
from .helper import *
from .io import *
from .labtests import *
from .models import *
from pytestpavement.analysis import *
from pytestpavement.functions import *
from pytestpavement.helper import *
from pytestpavement.io import *
from pytestpavement.labtests import *
from pytestpavement.models import *