Newer
Older
from yams.buildobjs import (EntityType, String, Int,
SubjectRelation, RelationDefinition)
class Person(EntityType):
name = String()
age = Int()
from yams.buildobjs import (EntityType, String, Int,
SubjectRelation, RelationDefinition)
class Person(EntityType):
name = String()
age = Int()