7 lines
123 B
Python
7 lines
123 B
Python
|
from appy.gen import *
|
||
|
|
||
|
class Wheel:
|
||
|
title = String(multiplicity=(1,1))
|
||
|
description = String(format=String.XHTML)
|
||
|
|