mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
12 lines
230 B
Python
12 lines
230 B
Python
# -*- coding: utf8 -*-
|
|
"""
|
|
.. module:: burpui.ext.tasks
|
|
:platform: Unix
|
|
:synopsis: Burp-UI external Tasks module.
|
|
|
|
.. moduleauthor:: Ziirish <hi+burpui@ziirish.me>
|
|
|
|
"""
|
|
from celery import current_app
|
|
|
|
celery = current_app
|