moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-03-18 10:56:03 +01:00
parent eb8c34f53b
commit bc187bb198
17 changed files with 26 additions and 24 deletions

View File

@ -6,7 +6,7 @@ but not directly used in controlling the detector
"""
from collections import namedtuple
import _slsdet #C++ lib
from . import _slsdet #C++ lib
import functools
import datetime as dt
import pathlib