mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
10 lines
150 B
Python
Executable File
10 lines
150 B
Python
Executable File
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
Function decorators for the sls_detector.
|
|
"""
|
|
from .errors import DetectorError
|
|
import functools
|
|
|
|
|