8 lines
163 B
Python
8 lines
163 B
Python
|
|
"""Compatibility entry point for Weibull shape-parameter export."""
|
||
|
|
|
||
|
|
from export_weibull_death_parameter_stats import main
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|