mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
8 lines
168 B
Python
8 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)
|