From e9e02749a04ed1e7c9a50db73925c8cafc5cc026 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Sun, 21 May 2023 17:56:56 +0200 Subject: [PATCH] fix: dobs import added to input/__init__.py (#181) --- pyerrors/input/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyerrors/input/__init__.py b/pyerrors/input/__init__.py index e8cfff08..6910bd2a 100644 --- a/pyerrors/input/__init__.py +++ b/pyerrors/input/__init__.py @@ -6,6 +6,7 @@ For comparison with other analysis workflows `pyerrors` can also generate jackkn See `pyerrors.obs.Obs.export_jackknife` and `pyerrors.obs.import_jackknife` for details. ''' from . import bdio +from . import dobs from . import hadrons from . import json from . import misc