proper input import

This commit is contained in:
Justus Kuhlmann 2025-04-18 16:09:20 +00:00
parent df66f82bd3
commit de84bee82a

View file

@ -16,7 +16,7 @@ For now, we are interested in collecting primary IObservables only, as these are
__app_name__ = "corrlib"
from .main import *
from .input import *
from .import input as input
from .initialization import *
from .meas_io import *
from .find import *