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