Unit system handler for WellEngCalc applications. Creates a class for storing units, export and imports to JSON, and provides a function for converting.
For use with other applications by author, place files in folder util within your project directory to be picked up automatically.
import util.unit or from util.unit import convert
convert(value, given_unit, solved_unit)