Omnibus commited on
Commit
27a49a1
·
1 Parent(s): 19ad28e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import os
2
+ os.system("git clone https://huggingface.co/spaces/Omnibus/functions.py")
3
+ from functions import timedate
4
+
5
+ print (timedate.timename)
6
+