Makes expanding book data fully part of the connector

This commit is contained in:
Mouse Reeve
2021-01-02 07:45:45 -08:00
parent fc8f43273e
commit e169565e00
5 changed files with 34 additions and 31 deletions

View File

@ -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