1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00
ArchiveBox/archivebox/core/apps.py
2019-04-02 16:36:41 -04:00

6 lines
83 B
Python

from django.apps import AppConfig
class CoreConfig(AppConfig):
name = 'core'