No value param

This commit is contained in:
2019-03-12 00:40:26 +01:00
parent 05ecccf0da
commit ea88424f6c
2 changed files with 5 additions and 3 deletions

View File

@@ -10,4 +10,7 @@ def DEC(data):
return str.isdecimal(data)
def STR(data):
return str.isalpha
return str.isalpha
def NO_VAL(data):
return True