python-markdown-oembed/mdx_oembed/__init__.py
J. Tanner Netterville e4ec8a72fb initial commit
Functional beta
2012-11-13 15:28:10 -06:00

6 lines
152 B
Python

# -*- coding: utf-8 -*-
from mdx_oembed.extension import OEmbedExtension
def makeExtension(configs=None):
return OEmbedExtension(configs=configs)