write basic cli for init and import
This commit is contained in:
parent
4538969c10
commit
daab486f7b
4 changed files with 73 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue