Github workflow

This commit is contained in:
Thomas Farstrike
2026-01-27 16:24:25 +01:00
parent 49f01d7632
commit 9a2a002bde
2 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
"""
download_manager.py - HTTP download service for MicroPythonOS
Provides async HTTP downloads with flexible output modes:
Provides synchronous and asynchronous HTTP downloads with flexible output modes:
- Download to memory (returns bytes)
- Download to file (returns bool)
- Streaming with chunk callback (returns bool)