mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 14:10:20 +00:00
7 lines
113 B
Python
7 lines
113 B
Python
__package__ = 'archivebox.api'
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class APIConfig(AppConfig):
|
|
name = 'api'
|