def __init__()

in common/entities/entities.py [0:0]


    def __init__(self, project_id: str, project_number: int):
        self.project_id = project_id
        self.project_number = project_number
        self.data_catalog_api_enabled = False
        self.dataplex_api_enabled = False
        self.ancestry = []