mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
5 lines
71 B
Python
5 lines
71 B
Python
from cherrypy.daemon import run
|
|
|
|
|
|
if __name__ == '__main__':
|
|
run()
|