source: ZMS/trunk/Extensions/foo.py @ 209

Revision 209, 130 bytes checked in by chris, 4 years ago (diff)

zms-2.11.0-350

Line 
1"""
2'Id':       foo.txt
3'Title':    Hello World!
4'Module':   zms.foo
5'Function': foo
6"""
7def foo():
8  return "Hello World!"
Note: See TracBrowser for help on using the repository browser.