Beta/core/task_manager.py

4 lines
115 B
Python
Raw Permalink Normal View History

"""Background task management."""
# Renamed from tasks.py for clarity
from .tasks import TaskManager # noqa: F401