Skip to content

Instantly share code, notes, and snippets.

View schnellschnell's full-sized avatar

Christoph schnellschnell

View GitHub Profile
#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-
from dataclasses import dataclass
@dataclass
class mitgliedschaft:
testcase: str
hat_solidarmitglied: bool
anrede_c: str
vorname_1: str
nachname_1: str