File: __init__.py

package info (click to toggle)
python-falcon 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,048 kB
  • sloc: python: 28,376; makefile: 182; sh: 135; javascript: 66
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()