mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Porting zerobin to python 3
This commit is contained in:
4
libs/cherrypy/__main__.py
Normal file
4
libs/cherrypy/__main__.py
Normal file
@ -0,0 +1,4 @@
|
||||
import cherrypy.daemon
|
||||
|
||||
if __name__ == '__main__':
|
||||
cherrypy.daemon.run()
|
Reference in New Issue
Block a user