1
0
Fork 0
mirror of synced 2024-09-18 10:18:29 +12:00
ArchiveBox/archivebox/plugins/gallerydl/apps.py
2024-01-19 06:45:33 -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"