mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05: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"
|