1
0
Fork 0
mirror of synced 2024-07-05 14:30:23 +12:00
ArchiveBox/archivebox/api/apps.py

6 lines
81 B
Python
Raw Normal View History

2024-04-10 11:29:24 +12:00
from django.apps import AppConfig
class APIConfig(AppConfig):
name = 'api'