fix: dobs import added to input/__init__.py (#181)

This commit is contained in:
Fabian Joswig 2023-05-21 17:56:56 +02:00 committed by GitHub
parent 81e4f37934
commit e9e02749a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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