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