def __init__(self, project_path):
		self.__project_path = project_path
		self.files = {}
		self.exist_resources = ResourceGroup()