Beispiel #1
0
def init_output():
    fieldnames = [
        'government-organisation',
        'name',
        'website',
        'government-organisation-type',
        'parent-bodies',
        'text',
        'crest',
        'official-colour',
        'abbreviation',
    ]
    writer = Writer(sys.stdout, fieldnames=fieldnames)

    return writer