7 lines
125 B
Python
7 lines
125 B
Python
from appy.gen import *
|
|
|
|
class Engine:
|
|
engineType = String()
|
|
description = String(format=String.XHTML)
|
|
pod = True
|