mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
12 lines
257 B
Python
Executable File
12 lines
257 B
Python
Executable File
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Function decorators for the sls_detector.
|
|
"""
|
|
from .errors import DetectorError
|
|
import functools
|
|
|
|
|