mirror of
https://github.com/kennethreitz-archive/python_project.git
synced 2026-06-05 23:50:19 +00:00
9 lines
109 B
Python
9 lines
109 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from core import *
|
|
|
|
def start():
|
|
"""Example Dipatch"""
|
|
|
|
print('Example executed')
|