dataset/seed/piwigo/funcs/piwigo.sh
2022-07-01 22:10:33 +02:00

6 lines
163 B
Bash

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