Re-implemnting the parser, yay
This commit is contained in:
2
utilsv2/utils.py
Normal file
2
utilsv2/utils.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def is_empty(_str: str) -> bool:
|
||||
return len(_str.strip(" ")) == 0
|
||||
Reference in New Issue
Block a user