first version of caching

This commit is contained in:
Justus Kuhlmann 2025-05-12 20:30:18 +00:00
commit da279b3575
3 changed files with 33 additions and 8 deletions

View file

@ -6,4 +6,6 @@ def str2list(string):
def list2str(mylist):
s = ",".join(mylist)
return s
return s
cached = True