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