mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
5 lines
81 B
Python
5 lines
81 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class APIConfig(AppConfig):
|
|
name = 'api'
|