mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04: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
|