Feat(Python): Main business objects for Dog Command Link page created.

This commit is contained in:
2025-06-24 19:49:39 +01:00
parent 6fd3a23aa7
commit ab50a81a0e
11 changed files with 606 additions and 5227 deletions

View File

@@ -56,6 +56,7 @@ class Base():
FLAG_NAME_ATTR_OPTION_VALUE: ClassVar[str] = 'NAME_ATTR_OPTION_VALUE'
FLAG_NAME_SINGULAR: ClassVar[str] = 'name_singular'
FLAG_NAME_PLURAL: ClassVar[str] = 'name_plural'
FLAG_NOTES: ClassVar[str] = "notes"
FLAG_PHONE_NUMBER: ClassVar[str] = 'phone_number'
FLAG_POSTCODE: ClassVar[str] = 'postcode'
FLAG_PRIORITY: ClassVar[str] = 'priority'