forked from mirrors/bookwyrm
3 lines
108 B
Python
3 lines
108 B
Python
""" settings book data connectors """
|
|
|
|
CONNECTORS = ["openlibrary", "self_connector", "bookwyrm_connector"]
|