mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 12:13:05 +00:00
11 lines
149 B
Python
11 lines
149 B
Python
__package__ = 'archivebox.api'
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
class APIConfig(AppConfig):
|
|
name = 'api'
|
|
|
|
def ready(self):
|
|
pass
|