master
Harshad Sharma 7 years ago
parent c920d2abf2
commit 9729509991

@ -0,0 +1,13 @@
#!/usr/bin/env python
# coding=utf-8
from qutescript import userscript
@userscript
def hello_world(request):
request.send_to_browser('Hello, world!')
if __name__ == '__main__':
hello_world()
Loading…
Cancel
Save