Files
2010-08-02 08:53:38 -04:00

15 lines
145 B
Python

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