mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-05-07 13:59:53 -04:00
9 lines
173 B
Python
9 lines
173 B
Python
__package__ = "archivebox.workers"
|
|
__order__ = 100
|
|
|
|
|
|
def register_admin(admin_site):
|
|
from archivebox.workers.admin import register_admin
|
|
|
|
register_admin(admin_site)
|