bazarr/libs/cherrypy/__main__.py

6 lines
71 B
Python

from cherrypy.daemon import run
if __name__ == '__main__':
run()