def __init__()

in awsglue/blueprint/crawler.py [0:0]


    def __init__(self, **kwargs):
        self.__dict__['_validator'] = {
            'Path': (str, True),
            'Exclusions': (list, False)
        }
        self.Path = kwargs.get('Path')
        self.Exclusions = kwargs.get('Exclusions')