Files
ArchiveBox/archivebox/pkgs/abx-plugin-title/abx_plugin_title/__init__.py
2024-10-28 20:05:20 -07:00

10 lines
177 B
Python

import abx
# @abx.hookimpl
# def get_CONFIG():
# from .config import TITLE_EXTRACTOR_CONFIG
# return {
# 'title_extractor': TITLE_EXTRACTOR_CONFIG
# }