mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Update __init__.py
This commit is contained in:
parent
6df30f7cf3
commit
22e7f76d56
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from python_markdown_oembed_extension.extension import OEmbedExtension
|
||||||
|
|
||||||
|
|
||||||
|
VERSION = '0.2.2'
|
||||||
|
|
||||||
|
|
||||||
|
def makeExtension(**kwargs):
|
||||||
|
return OEmbedExtension(**kwargs)
|
||||||
Loading…
Reference in a new issue