Update __init__.py

This commit is contained in:
Benedikt Willi 2023-11-07 16:40:00 +01:00 committed by GitHub
parent 22e7f76d56
commit f3963e7ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from python_markdown_oembed_extension.extension import OEmbedExtension
from python_markdown_oembed_extension.oembedextension import OEmbedExtension
VERSION = '0.2.2'