This commit is contained in:
Yohann D'ANELLO 2020-04-02 00:42:00 +02:00
parent 5c9c0bbc2a
commit 8ad464ae0c
2 changed files with 3 additions and 3 deletions

View file

@ -53,4 +53,4 @@ def memoize(f):
func.func_name = f.__name__
return func
return func