mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-18 06:18:25 +00:00
5 lines
81 B
Python
5 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class APIConfig(AppConfig):
|
|
name = 'api'
|