mytyping.py 90 Bytes EditWeb IDE 1 2 3 4 try: from typing import NoReturn except (ImportError, NameError): NoReturn = None