index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
/
MyProject
/
myproject
/
models.py
blob: a37762ff44d675072e041265960044e341c2b0ad (
plain
)
1
2
3
4
5
6
7
class
MyModel
(
object
):
pass
root
=
MyModel
()
def
get_root
(
environ
):
return
root