Too trigger happy with cleanup

This commit is contained in:
Brandon Hancock
2024-09-19 11:48:42 -04:00
parent 92dc95156b
commit f16f7aebdf
2 changed files with 4 additions and 0 deletions

View File

View File

@@ -124,6 +124,10 @@ class FlowMeta(type):
elif hasattr(attr_value, "__is_router__"):
routers[attr_value.__router_for__] = attr_name
setattr(cls, "_start_methods", start_methods)
setattr(cls, "_listeners", listeners)
setattr(cls, "_routers", routers)
return cls