Takeout: Python Design Principles - ramirezfranciscof/aiida-core GitHub Wiki

Abstract Classes

Abstract Methods: Can be left empty inside (pass) and then implemented for the concrete classes that inherit from the abstract class.