File: __main__.py

package info (click to toggle)
python-cheroot 11.1.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,236 kB
  • sloc: python: 6,969; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
7
"""Stub for accessing the Cheroot CLI tool."""

from .cli import main


if __name__ == '__main__':
    main()