moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-05-22 16:53:31 +02:00
committed by maliakal_d
parent d4c09bfd21
commit ef62155207
17 changed files with 26 additions and 24 deletions
+2 -2
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):