#!/usr/bin/env python
from map_downloader import download

dwl = download.Conf_downloader(download.get_robot_uuid())
dwl.process()