UFZ GitLab and Mattermost will be OFFLINE on March 27 from 8:00pm to 10pm due to a system migration!
The internal GitLab Runners are temporarily unavailable. Your own project or group runners as well as the HIFIS Runners are unaffected.
#! /usr/bin/env python # -*- coding: utf-8 -*- from .baseflagger import BaseFlagger class SimpleFlagger(BaseFlagger): def __init__(self): super().__init__(0, 1)