appypod-rattail/gen/test/applications/AppyCar/Engine.py

7 lines
125 B
Python
Raw Normal View History

2009-06-29 07:06:01 -05:00
from appy.gen import *
class Engine:
engineType = String()
description = String(format=String.XHTML)
pod = True