mirror of
https://github.com/fuckpiracyshield/api.git
synced 2024-12-22 18:40:52 +01:00
10 lines
251 B
Python
10 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()
|