725b9e88362c109bb018c2e77a950204d5b99ae0
[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 # filename = Field(Unicode(120))
12