try:
    from typing import NoReturn
except (ImportError, NameError):
    NoReturn = None