Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pnstack
/
template-python
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ddca844
template-python
/
nodemon.json
npv2k1
Refactor code structure for improved readability and maintainability
ab89dc7
7 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
{
"watch"
:
[
"src"
,
"main.py"
]
,
"ext"
:
"py"
,
"exec"
:
"python main.py"
}