1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-12 01:06:01 +00:00
bazarr/libs/cherrypy/process/__init__.py
2019-07-29 13:02:31 -04:00

14 lines
552 B
Python

"""Site container for an HTTP server.
A Web Site Process Bus object is used to connect applications, servers,
and frameworks with site-wide services such as daemonization, process
reload, signal handling, drop privileges, PID file management, logging
for all of these, and many more.
The 'plugins' module defines a few abstract and concrete services for
use with the bus. Some use tool-specific channels; see the documentation
for each class.
"""
from cherrypy.process.wspbus import bus # noqa
from cherrypy.process import plugins, servers # noqa