mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
fix: dobs import added to input/__init__.py (#181)
This commit is contained in:
parent
81e4f37934
commit
e9e02749a0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
See `pyerrors.obs.Obs.export_jackknife` and `pyerrors.obs.import_jackknife` for details.
|
||||||
'''
|
'''
|
||||||
from . import bdio
|
from . import bdio
|
||||||
|
from . import dobs
|
||||||
from . import hadrons
|
from . import hadrons
|
||||||
from . import json
|
from . import json
|
||||||
from . import misc
|
from . import misc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue