moviewyrm/bookwyrm/connectors/__init__.py

4 lines
128 B
Python
Raw Normal View History

2020-03-07 20:22:28 +00:00
''' bring connectors into the namespace '''
from .settings import CONNECTORS
2020-09-30 17:27:40 +00:00
from .abstract_connector import ConnectorException