#!/usr/bin/env python

from mhub.controllers import MainController

cfg = {}

controller = MainController(cfg)

controller.start()
