Add Weibull shape export scripts

This commit is contained in:
2026-07-01 15:31:31 +08:00
parent f417a91a74
commit d08e5b34f4
4 changed files with 1138 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""Compatibility entry point for Weibull shape-parameter export."""
from export_weibull_death_parameter_stats import main
if __name__ == "__main__":
main()