Add an undocumented mypyc_attr decorator (#12) This is an (for-now) undocumented annotation to allow specifying various hints to mypyc. `trait` could have used this instead of being its own thing.
The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.