1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00
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