exarl.base.workflow_base

Module Contents

Classes

ExaWorkflow

Helper class that provides a standard way to create an ABC using

class exarl.base.workflow_base.ExaWorkflow(**kwargs)

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

abstract run(self)