WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit a05e957dde - Show all commits

View file

@ -18,7 +18,7 @@ class JSONEncoder(json.JSONEncoder):
case AuroraBaseModel():
return o.dump()
case Type():
return o.moderation_type
return o.key
case Red():
return None
case _: