def __init__()

in asfyaml/asfyaml.py [0:0]


    def __init__(self, repository: dataobjects.Repository, branch: str, feature: str = "", error_message: str = ""):
        self.repository = repository
        self.branch = branch
        self.feature = feature
        self.error_message = error_message