mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-15 04:00:43 +08:00
7027c3e4e8
* Support enum iteration. Fixes python/mypy#2305. * Make EnumMeta inherit from type, not ABCMeta.