Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
larkkin
/
perin
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
perin
/
mtool
/
validate
/
sdp.py
Larisa Kolesnichenko
Add the original perin code
1d5604f
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
sys;
from
graph
import
Graph;
from
validate.utilities
import
report;
def
test
(
graph, actions, stream = sys.stderr
):
n =
0
;
return
n;