mymodule.py 78 B

12345
  1. def say_hi():
  2. print 'Hi, this is mymodule speaking.'
  3. __version__ = '0.1'