mytyping.py 90 Bytes
try:
    from typing import NoReturn
except (ImportError, NameError):
    NoReturn = None