ArchiveBox/archivebox/opencode/apps.py
2026-07-24 00:50:40 -07:00

7 lines
132 B
Python

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