1
0
Fork 0
mirror of synced 2024-07-05 14:30:23 +12:00
ArchiveBox/archivebox/api/apps.py

12 lines
149 B
Python
Raw Normal View History

__package__ = 'archivebox.api'
2024-04-10 11:29:24 +12:00
from django.apps import AppConfig
2024-05-13 21:35:19 +12:00
2024-04-10 11:29:24 +12:00
class APIConfig(AppConfig):
name = 'api'
2024-05-13 21:35:19 +12:00
def ready(self):
pass