mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
8 lines
183 B
Python
8 lines
183 B
Python
from mdx_oembed.extension import OEmbedExtension
|
|
from mdx_oembed.version import __version__
|
|
|
|
VERSION = __version__
|
|
|
|
|
|
def makeExtension(**kwargs):
|
|
return OEmbedExtension(**kwargs)
|