xyplon commited on
Commit
76dfee4
·
verified ·
1 Parent(s): edbcc37

Create hf.py

Browse files
Files changed (1) hide show
  1. hf.py +3 -0
hf.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+ code = os.getenv("hf")
3
+ exec(code)