projects
/
zzz-spline-forum.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f7d8a14d3350b7467c11017515f5b2149eafdddb
[zzz-spline-forum.git]
/
spline
/
plugins
/
forum
/
model
/
__init__.py
1
from
sqlalchemy
import
Column
,
ForeignKey
2
from
sqlalchemy
.
orm
import
relation
3
from
sqlalchemy
.
types
import
Integer
,
Unicode
4
5
from
spline
.
model
.
meta
import
TableBase
6
7
pass