Skip to content
Snippets Groups Projects
Forked from 713 / Warden / Warden
Source project has a limited visibility.
  • Jakub Maloštík's avatar
    efa9704a
    Generalized the MySQL class · efa9704a
    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.
    efa9704a
    History
    Generalized the MySQL class
    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.