mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
4 lines
123 B
Python
4 lines
123 B
Python
|
''' bring connectors into the namespace '''
|
||
|
from .settings import CONNECTORS
|
||
|
from .openlibrary import OpenLibraryConnector
|