mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 02:56:11 +05:00
7 lines
132 B
Python
7 lines
132 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OpencodeConfig(AppConfig):
|
|
name = "archivebox.opencode"
|
|
label = "opencode_plugin"
|