mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
#!/usr/bin/python
|
|
import os
|
|
print("Content-Type: text/plain \n\n")
|
|
print("This is from python")
|
|
|