feature: create multitasking

This commit is contained in:
Daniil
2026-02-04 02:19:50 +03:00
parent 67e0f22b4f
commit a25bf623ea
24 changed files with 5227 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
"""
Background tasks module for long-running operations.
"""
from __future__ import annotations