Improve environment #1

This commit is contained in:
Bartłomiej Pluta
2019-07-04 11:43:07 +02:00
parent ce101df380
commit b60dedc769
16 changed files with 28 additions and 8 deletions

2
smnp/library/tools.py Normal file
View File

@@ -0,0 +1,2 @@
def returnElementOrList(list):
return list[0] if len(list) == 1 else list