first commit

This commit is contained in:
mrtoine 2025-09-20 13:18:04 +02:00
commit e6c52820cd
227 changed files with 16156 additions and 0 deletions

View file

@ -0,0 +1,4 @@
from .task import Task
from .task_handler import TaskHandler
__all__ = ["Task", "TaskHandler"]