Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/test/python_cgi/pytest.linux.cgi

6 lines
97 B
Plaintext
Raw Normal View History

2025-08-22 18:22:57 +08:00
#!/usr/bin/python
import os
print("Content-Type: text/plain \n\n")
print("This is from python")