2020-02-17 17:43:14 +01:00

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