mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05: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)
|