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