TNO Intern

Commit 8ce563e5 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

fixing the init import statements

parent 78bf24b1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
from plotting.plot_doublet_performance_results import plot_doublet_performance_results
from thermogis_classes.jvm_start import *
from thermogis_classes.doublet import *
from thermogis_classes.utc_properties import *
from transmissivity.calculate_thick_perm_trans import *
 No newline at end of file
from pythermogis.plotting.plot_doublet_performance_results import plot_doublet_performance_results
from pythermogis.thermogis_classes.jvm_start import *
from pythermogis.thermogis_classes.doublet import *
from pythermogis.thermogis_classes.utc_properties import *
from pythermogis.transmissivity.calculate_thick_perm_trans import *
 No newline at end of file