from constants0 import *
from tools import file_handler
from tools.wtFrac import *


def lister():
    hf_komp = [x for x in hf]
    print('hf_komp : ',hf_komp)
    hf_komp.append(hfsol)

    print('hf : ', hf)

def utskrift(komp):
    dataDict = file_handler.file_to_dict('stromdata_dict.txt')
    print(dataDict[komp])