Expose API

This commit is contained in:
Luke Murphy 2020-03-01 01:38:14 +00:00
parent aef11874f6
commit 1f3de5e67e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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