DAMHelper / utils /env_utils.py
enricorampazzo's picture
code refactoring, added logic to allow users to save their details in the browser local storage
54af9e3
raw
history blame
No virus
69 Bytes
import os
def in_hf() -> bool:
return os.getenv("env") == "hf"