projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
517fea0ebfad24d0c93288df3551b271cb8dc0ed
[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