Files
python_project/example/cli.py
T
Kenneth Reitz 21670e1a42 ready to rock
2010-08-02 08:51:57 -04:00

9 lines
109 B
Python

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