ArchiveBox/archivebox/plugins/replaywebpage/apps.py
2024-01-19 01:46:48 -08:00

8 lines
No EOL
198 B
Python

from django.apps import AppConfig
class ReplayWebPageConfig(AppConfig):
label = "ReplayWeb.Page"
name = "plugin_replaywebpage"
default_auto_field = "django.db.models.BigAutoField"