mirror of
https://github.com/fuckpiracyshield/api.git
synced 2026-01-24 00:10:51 +01:00
11 lines
251 B
Python
11 lines
251 B
Python
|
|
from piracyshield_component.config import Config
|
||
|
|
|
||
|
|
from piracyshield_service.task.worker import TaskWorkerService
|
||
|
|
|
||
|
|
# available tasks list
|
||
|
|
from piracyshield_service.task.tasks.test import test_task_caller
|
||
|
|
|
||
|
|
service = TaskWorkerService()
|
||
|
|
|
||
|
|
service.start()
|