#!/usr/bin/env python
# coding=utf-8
# Created Time: 2017-08-10 09:22:46
# Modified Time: 2017-08-10 09:25:16
# Filename: mymodule.py
def sayhi():
print 'Hi, this is mymodule speaking.'
version = '0.1'
# End of mymodule.py
# coding=utf-8
# Created Time: 2017-08-10 09:22:46
# Modified Time: 2017-08-10 09:25:16
# Filename: mymodule.py
def sayhi():
print 'Hi, this is mymodule speaking.'
version = '0.1'
# End of mymodule.py