[MAIN] init git repo , implement fitter class, organize workdir of repo

This commit is contained in:
2026-03-25 16:02:28 -03:00
parent ecee8308fb
commit be50b41b78
8 changed files with 2213 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
from .fitter import Fitter, DistributionSummary
__all__ = ["Fitter", "DistributionSummary"]