mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
7 lines
113 B
Python
7 lines
113 B
Python
__package__ = 'archivebox.api'
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class APIConfig(AppConfig):
|
|
name = 'api'
|