# -*- coding: utf-8 -*- """ Example -- CLI Dispatch """ from core import * def start(): """Example Dipatch""" print('Example executed')