Source code for collecting_society_web.models.location_indicators_period

# For copyright and license terms, see COPYRIGHT.rst (top level of repository)
# Repository: https://github.com/C3S/collecting_society_web

import logging

from portal_web.models import (
    Tdb,
    MixinSearchById
)

log = logging.getLogger(__name__)


[docs] class LocationIndicatorsPeriod(Tdb, MixinSearchById): """ Model wrapper for Tryton model object 'location.indicators.period' """ __name__ = 'location.indicators.period'