4 lines
No EOL
115 B
Python
4 lines
No EOL
115 B
Python
"""Background task management."""
|
|
|
|
# Renamed from tasks.py for clarity
|
|
from .tasks import TaskManager # noqa: F401 |