6 lines
131 B
Python
6 lines
131 B
Python
|
from client import print_dict, print_array, int_arg
|
||
|
|
||
|
|
||
|
def get_subsystems(args):
|
||
|
print_dict(args.client.call('get_subsystems'))
|