From c322ec2e8b8b5e628f80058d93ee64ef5ebbb58a Mon Sep 17 00:00:00 2001 From: oscarxblanco <oscar-roberto.blanco-garcia@synchrotron-soleil.fr> Date: Tue, 15 Aug 2023 08:19:17 +0200 Subject: [PATCH] add get_acceptance --- pyatsoleiloutils/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyatsoleiloutils/__init__.py b/pyatsoleiloutils/__init__.py index 2cb2fa5..9ae65d6 100644 --- a/pyatsoleiloutils/__init__.py +++ b/pyatsoleiloutils/__init__.py @@ -12,5 +12,6 @@ from .outils4SC import * from .readhdf5file import * from .readmatfile import * from .ltandmomap import * +from .get_acceptance import * # the end -- GitLab