1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/libs/cherrypy/cherryd

7 lines
101 B
Plaintext
Raw Normal View History

2012-04-26 23:19:12 +04:00
#! /usr/bin/env python
2015-05-10 20:19:02 +03:00
import cherrypy.daemon
2012-04-26 23:19:12 +04:00
if __name__ == '__main__':
2015-05-10 20:19:02 +03:00
cherrypy.daemon.run()