This commit is contained in:
NichtJens
2020-11-03 15:56:32 +01:00
parent 69fb1458f9
commit 15a2ebcd65
2 changed files with 8 additions and 2 deletions

5
utils/seq.py Normal file
View File

@ -0,0 +1,5 @@
def is_empty(seq):
return len(seq) == 0