1
0
Fork 0
mirror of synced 2024-07-08 15:55:37 +12:00
ArchiveBox/archivebox/api/apps.py

8 lines
113 B
Python
Raw Normal View History

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