write basic cli for init and import

This commit is contained in:
Justus Kuhlmann 2024-08-26 10:03:13 +00:00
commit daab486f7b
4 changed files with 73 additions and 1 deletions

View file

@ -13,9 +13,11 @@ it can be easily seen wehere the respective measurement came from and ho it may
For now, we are interested in collecting primary IObservables only, as these are the most computationally expensive and time consuming to calculate.
"""
__app_name__ = "corrlib"
from .main import *
from .input import *
from .initialization import *
from .meas_io import *
from .find import *
from .find import *
from .version import __version__