]> git.phdru.name Git - m_librarian.git/blob - app.py
3a95c8bd701c67716d9423a8fb90a58405f7027c
[m_librarian.git] / app.py
1 from bottle import route, cheetah_view
2
3
4 @route('/')
5 @cheetah_view('index.tmpl')
6 def index():
7     return {}