Expose API

This commit is contained in:
2020-03-01 01:38:14 +00:00
parent aef11874f6
commit 1f3de5e67e

View File

@ -1,5 +1,7 @@
"""flask-calibrestekje module."""
from flask_calibrestekje.flask_calibrestekje import CalibreStekje # noqa
try:
import pkg_resources
except ImportError: