from typing_extensions import Literal

PY2: Literal[False]
PY3: Literal[True]
PY26: Literal[False]
JYTHON: bool
PYPY: bool
PYSTON: bool
