File size: 178 Bytes
a7f51f5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "name": "Python",
  "description": "Python project with Flask",
  "language": "python",
  "runtime": "python",
  "run": "python3 app.py",
  "port": 3000,
  "install": true
}