You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/core/downloads/__init__.py

9 lines
297 B

"""Download orchestrator helpers package.
Lifted from web_server.py download/sync orchestration code. Each module
covers a discrete piece of the pipeline:
- history — sync_history table writes (start + completion)
- (more arriving in subsequent PRs as the orchestrator gets carved up)
"""