File: __init__.py

package info (click to toggle)
python-falcon 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 33,608; javascript: 92; sh: 50; makefile: 50
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from .app import create_app

__all__ = ['app']

app = create_app()