else/Syshub/syshub_example_slave.py
2015-08-26 04:38:43 -07:00

14 lines
No EOL
262 B
Python

'''
Notice how this file does not import syshub or know about it
in any way.
'''
import sys
def say_something():
print('hello')
def input_something():
print('prompt: ', end='')
print(sys.stdin.readline())
def raise_something():
raise ValueError