mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-06-21 19:10:45 -04:00
9 lines
190 B
Python
9 lines
190 B
Python
__package__ = "archivebox.progressmonitor"
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ProgressMonitorConfig(AppConfig):
|
|
name = "archivebox.progressmonitor"
|
|
label = "progressmonitor"
|