mgbam's picture
Update core/utils.py
0e3fb27 verified
raw
history blame
234 Bytes
# algoforge_prime/core/utils.py
# For now, this can be empty or have very generic helpers.
# Example:
# def sanitize_filename(name):
# return "".join([c for c in name if c.isalpha() or c.isdigit() or c_ in (' ','_')]).rstrip()
pass