6 lines
229 B
Python
6 lines
229 B
Python
from write.contracts import WriteHandler
|
|
|
|
# Element, command/button, and embedded-module routing needs decoded form
|
|
# evidence, so it remains a sub-dispatch inside this public form surface.
|
|
HANDLER = WriteHandler("form", "form")
|