Expose the bindings

This commit is contained in:
Luke Murphy 2020-02-27 22:33:09 +00:00
parent 6473216fcb
commit 9cf7834842
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,25 @@
"""calibrestekje module."""
"""calibrestekje init module."""
from calibrestekje.api import init_session # noqa
from calibrestekje.bindings import ( # noqa
Author,
Book,
BooksPluginDatum,
Comment,
ConversionOption,
CustomColumn,
Datum,
Feed,
Identifier,
Language,
LibraryId,
MetadataDirtied,
Preference,
Publisher,
Rating,
Series,
Tag,
)
try:
import pkg_resources