Source code for archivebox.core.apps

from django.apps import AppConfig


[docs]class CoreConfig(AppConfig): name = 'core'