Forked from
713 / Warden / Warden
Source project has a limited visibility.
-
Jakub Maloštík authored
The override_required decorator was implemented instead of using the abc module due to its instability, however, unlike @abstractmethod from abc it does allow class instantiation even though the method was not overriden.
Jakub Maloštík authoredThe override_required decorator was implemented instead of using the abc module due to its instability, however, unlike @abstractmethod from abc it does allow class instantiation even though the method was not overriden.