Make stanza interfaces use typing
By doing something similar to the TypedDict magic. Having stanza interfaces being a dict of interface_name → type to return would provide very interesting information to the type checker (instead of having it return "Any")