Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
r2d2
/
decision-triptych
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c5d7102
decision-triptych
/
imgofai
/
__init__.py
Rens Dimmendaal
init
c5d7102
about 3 years ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
datetime
from
.tree
import
treeify
__version__ =
"0.1.0"
def
timestamp
():
return
datetime.datetime.now().strftime(
"%Y%m%d%H%M%S"
)