Makes expanding book data fully part of the connector
This commit is contained in:
parent
fc8f43273e
commit
e169565e00
5 changed files with 34 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
''' bring connectors into the namespace '''
|
||||
from .settings import CONNECTORS
|
||||
from .abstract_connector import ConnectorException
|
||||
from .abstract_connector import ConnectorException, load_connector
|
||||
from .abstract_connector import get_data, get_image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue