1
0
Fork 0
mirror of synced 2024-07-03 13:30:28 +12:00
ArchiveBox/archivebox/api/apps.py
2024-05-13 02:35:19 -07:00

12 lines
149 B
Python

__package__ = 'archivebox.api'
from django.apps import AppConfig
class APIConfig(AppConfig):
name = 'api'
def ready(self):
pass