Files
smnp-py/smnp/library/tools.py
2019-07-04 11:43:07 +02:00

3 lines
78 B
Python

def returnElementOrList(list):
return list[0] if len(list) == 1 else list