element ======= .. py:module:: timflow.steady.element .. autoapi-nested-parse:: Base element interfaces used by timflow.steady. Defines the `Element` base class that other elements derive from. Example:: class MyElem(Element): def initialize(self): pass .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/timflow/steady/element/Element .. autoapisummary:: timflow.steady.element.Element