mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 13:58:43 +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
|