Added conditionals for type checks
- Added a check to ensure that
field.typeis aclass/typebefore attempting to access its__name__attribute - Conditioned the construction of method names based on the availability of
__name__to prevent runtime errors
These changes resolve previous pipeline failures
Updated README on how to run the calculator with a specific theme.