File: __init__.py

package info (click to toggle)
python-uvicorn 0.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,932 kB
  • sloc: python: 9,184; sh: 48; makefile: 15
file content (5 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.38.0"
__all__ = ["main", "run", "Config", "Server"]