a
    6`                     @   s   d Z ddlZejd dk r"edddlmZmZmZ ddlm	Z	 ddl
mZ dd	lmZmZ ddlZdd
lmZ g dZdefdefdZdd Ze	see dS )a  
Python Markdown

A Python implementation of John Gruber's Markdown.

Documentation: https://python-markdown.github.io/
GitHub: https://github.com/Python-Markdown/markdown/
PyPI: https://pypi.org/project/Markdown/

Started by Manfred Stienstra (http://www.dwerg.net/).
Maintained for a few years by Yuri Takhteyev (http://www.freewisdom.org).
Currently maintained by Waylan Limberg (https://github.com/waylan),
Dmitry Shachnev (https://github.com/mitya57) and Isaac Muse (https://github.com/facelessuser).

Copyright 2007-2018 The Python Markdown Project (v. 1.7 and later)
Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
Copyright 2004 Manfred Stienstra (the original version)

License: BSD (see LICENSE.md for details).
    N   z)A recent version of Python 3 is required.   )MarkdownmarkdownmarkdownFromFile)PY37)Pep562)__version____version_info__)	Extensionr	   r
   )versionversion_infoc                 C   sN   t | }|r:tjd| |d ttr*dndd |d S tdt| dS )	zGet attribute.z%'{}' is deprecated. Use '{}' instead.r   r      )category
stacklevelr   z!module '{}' has no attribute '{}'N)	__deprecated__getwarningswarnformatDeprecationWarningr   AttributeError__name__)nameZ
deprecated r   3/usr/lib/python3/dist-packages/markdown/__init__.py__getattr__.   s    

r   )__doc__sysr   ImportErrorZcorer   r   r   utilr   Zpep562r   Z__meta__r	   r
   r   
extensionsr   __all__r   r   r   r   r   r   r   <module>   s    