hold type updated , delete done by prajkta

This commit is contained in:
2026-03-24 15:19:38 +05:30
parent 94b5563d15
commit dbeec9962d
7 changed files with 269 additions and 243 deletions

View File

@@ -12,6 +12,7 @@ class ItemCRUDType(Enum):
class RegEx:
patternAlphabetOnly = "^[A-Za-z ]+$"
allPattern = "^(?!\s*$).+"
class ResponseHandler: