from typing import Any
from typing_extensions import Literal

PY3: Literal[True]
text_type = str
binary_type = bytes
environb: Any
