bookwyrm-mastodon/bookwyrm/connectors/__init__.py

4 lines
128 B
Python
Raw Normal View History

2020-03-07 15:22:28 -05:00
''' bring connectors into the namespace '''
from .settings import CONNECTORS
2020-09-30 13:27:40 -04:00
from .abstract_connector import ConnectorException