mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
8 lines
172 B
Python
8 lines
172 B
Python
__package__ = 'archivebox.workers'
|
|
__order__ = 100
|
|
|
|
|
|
def register_admin(admin_site):
|
|
from archivebox.workers.admin import register_admin
|
|
register_admin(admin_site)
|