Expose the bindings
This commit is contained in:
parent
6473216fcb
commit
9cf7834842
@ -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
|
||||
|
Reference in New Issue
Block a user