[MAIN] Change workdir files, add docstring in functions

This commit is contained in:
2026-03-25 16:37:56 -03:00
parent be50b41b78
commit bcd8f25a62
8 changed files with 357 additions and 30 deletions

3
etc/tools/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .plots import stacked_plot, noise_mean, calculate_cdf, plot_cdfs
__all__ = ["stacked_plot", "noise_mean", "calculate_cdf", "plot_cdfs"]