[swh.cli.subcommands]
swh.indexer = swh.indexer.cli

[swh.indexer_storage.classes]
memory = swh.indexer.storage.in_memory:IndexerStorage
postgresql = swh.indexer.storage:IndexerStorage
remote = swh.indexer.storage.api.client:RemoteStorage
