Exocore / exocore-web /templates /python /template.json
ChoruYt's picture
Upload 216 files
a7f51f5 verified
Raw
History Blame Contribute Delete
178 Bytes
{
"name": "Python",
"description": "Python project with Flask",
"language": "python",
"runtime": "python",
"run": "python3 app.py",
"port": 3000,
"install": true
}