Abstract base class can force implementation of a method by all it\'s child classes using @abstractmethod decorator. Can the same be done with class fields?
@abstractmethod