File: Couchapp.py

package info (click to toggle)
couchapp 1.0.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,268 kB
  • sloc: python: 4,448; makefile: 179
file content (9 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
#
# This file is part of couchapp released under the Apache 2 license.
# See the NOTICE for more information.

from couchapp.dispatch import run

if __name__ == '__main__':
    run()