#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Function decorators for the sls_detector. """ from .errors import DetectorError import functools