This commit is contained in:
2020-11-03 15:56:32 +01:00
parent fe7d3f60d0
commit 0e95be7d2d
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