mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-04 18:53:10 +00:00
7935de0fe1
Co-authored-by: inexcode <inex.code@selfprivacy.org> Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/pulls/13
5 lines
217 B
Python
5 lines
217 B
Python
from selfprivacy_api.utils.huey import huey
|
|
from selfprivacy_api.jobs.test import test_job
|
|
from selfprivacy_api.restic_controller.tasks import *
|
|
from selfprivacy_api.services.generic_service_mover import move_service
|