from django.apps import AppConfig class OpencodeConfig(AppConfig): name = "archivebox.opencode" label = "opencode_plugin"