add comment

This commit is contained in:
Jonathan Wren 2022-05-01 13:25:13 -07:00
parent 16755f849a
commit 782b14c0f6

View file

@ -21,6 +21,7 @@ class MsgDecoration(Enum):
"args": {}
}
BRACKET = {
# @todo this should be a more robust function
"callback": lambda x, **kwargs: f"[ {x} ]",
"args": {}
}