dataset/seed/piwigo/funcs/piwigo.py
Emmanuel Garette 543ba30f8c reorganize
2022-08-18 10:19:43 +02:00

6 lines
163 B
Python

from risotto.utils import multi_function as _multi_function
@_multi_function
def get_locations(usernames):
return ['/'] + ['/' + user for user in usernames]