Release 2025-05-19

This commit is contained in:
pluja
2025-05-19 10:19:49 +00:00
parent 046c4559e5
commit 2657f936bc
267 changed files with 0 additions and 49432 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env python3
"""
Entry point for the pyworker package when executed as a module.
"""
import sys
from pyworker.cli import main
if __name__ == "__main__":
sys.exit(main())