mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
5 lines
86 B
Python
5 lines
86 B
Python
#!/usr/bin/env python2.7
|
|
# -*- coding: utf-8 -*-
|
|
|
|
def user_list(args):
|
|
print args
|