Enhance README with v0.7.36 release notes and update utils.py with credit attribution

This commit is contained in:
Will Miao
2025-03-11 22:00:46 +08:00
parent a2c51f4779
commit 6f49a73f9c
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ class AnyType(str):
def __ne__(self, __value: object) -> bool:
return False
# Credit to Regis Gaughan, III (rgthree)
class FlexibleOptionalInputType(dict):
"""A special class to make flexible nodes that pass data to our python handlers.