moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-03-18 10:56:03 +01:00
committed by Dhanya Thattil
parent d4c09bfd21
commit ef62155207
17 changed files with 26 additions and 24 deletions

View File

@ -1,8 +1,8 @@
# SPDX-License-Identifier: LGPL-3.0-or-other
# Copyright (C) 2021 Contributors to the SLS Detector Package
import _slsdet
from . import _slsdet
from _slsdet import Pattern
from ._slsdet import Pattern
class patternParameters(_slsdet.patternParameters):