Added myself to websetup.
[zzz-floof.git] / floof / model / art.py
1 #
2 # floof/floof/model/art.py
3 #
4 # Copyright (c) 2009 Scribblr
5 #
6
7 from elixir import Entity, Field, Integer, Unicode
8
9 class Art(Entity):
10 title = Field(Unicode(120))
11