Yip yip, that's what I mean; good to hear.
the code is simple python, accepting solar masses as an argument:
star.mass = 1.98892e+30 (kg)
star.luminosity = star.mass ** 3.5 (1.1095850642735086e+106)
star.radius = (star.mass ** 0.8) * solar_radius (~695,500,000m)
star.surface_area = (4...