mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 19:06:08 +10:00
9 lines
168 B
Python
9 lines
168 B
Python
__package__ = 'archivebox.queues'
|
|
|
|
import abx
|
|
|
|
@abx.hookimpl
|
|
def register_admin(admin_site):
|
|
from queues.admin import register_admin
|
|
register_admin(admin_site)
|