Improve environment #1
This commit is contained in:
2
smnp/library/tools.py
Normal file
2
smnp/library/tools.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def returnElementOrList(list):
|
||||
return list[0] if len(list) == 1 else list
|
||||
Reference in New Issue
Block a user