appypod-rattail/gen/test/applications/AppyCar/Wheel.py
2009-06-29 14:06:01 +02:00

7 lines
123 B
Python

from appy.gen import *
class Wheel:
title = String(multiplicity=(1,1))
description = String(format=String.XHTML)