Description
The `__feature__` import is currently unresolvable to tools as it is handled purely in the import mechanism, a stub for this module could alleviate this issue.
An another approach would be to make it an actual module that exposes the available features, like python's `__future__` module