projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added *.egg to .gitignore.
[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