3
Ú¯aS ã @ s> d Z ddlZddlT ddlmZ ejdeƒ G dd„ dƒZdS )z»Simple shim around the typing module.
This was useful when this code supported Python 2 and typing wasn't always
available. This code is being kept for now for backwards compatibility.
é N)Ú*)ÚAnyzHacme.magic_typing is deprecated and will be removed in a future release.c @ s e Zd ZdZeedœdd„ZdS )ÚTypingClassz(Ignore import errors by getting anything)ÚnameÚreturnc C s d S )N© )Úselfr r r ú"/usr/lib/python3.6/magic_typing.pyÚ__getattr__ s zTypingClass.__getattr__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Ústrr r
r r r r r s r )r ÚwarningsZtypingr ÚwarnÚDeprecationWarningr r r r r Ú