renamed Francis Turbine class to just Turbine class

This commit is contained in:
Brantegger Georg
2023-02-09 15:51:34 +01:00
parent 3a22decfb4
commit 1385aaecbe
5 changed files with 178 additions and 184 deletions

View File

@@ -11,7 +11,6 @@ current = os.path.dirname(os.path.realpath(__file__))
parent = os.path.dirname(current)
sys.path.append(parent)
from functions.pressure_conversion import pressure_conversion
from Turbinen.Turbinen_class_file import Francis_Turbine
class Kraftwerk_class: