Add progress notification callback for client (#721)

This commit is contained in:
ihrpr
2025-05-15 17:45:58 +01:00
committed by GitHub
parent 1bdeed33c2
commit 5d33861cad
6 changed files with 609 additions and 12 deletions

View File

@@ -3,5 +3,5 @@ from .server import main
if __name__ == "__main__":
# Click will handle CLI arguments
import sys
sys.exit(main()) # type: ignore[call-arg]