Skip to content
Snippets Groups Projects
Commit 7836db9b authored by David Schäfer's avatar David Schäfer
Browse files

new flagger

parent 95c8997b
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from .simpleflagger import SimpleFlagger
from .dmpflagger import DmpFlagger
from .positionalflagger import PositionalFlagger
from .abstractflagger import AbstractFlagger
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from .abstractflagger import AbstractFlagger
class SimpleFlagger(AbstractFlagger):
def __init__(self):
super().__init__(0, 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment