expephalon-demomodule/core/helpers/files.py

5 lines
84 B
Python
Raw Normal View History

import uuid
import os.path
def generate_storage_filename():
return uuid.uuid4()