xecs.Systems#

class xecs.Systems(*args, **kwargs)[source]#

Bases: Resource

A resource hodling systems to be run.

Methods

Attributes

systems

Systems to be run.

Parameters:
  • args (Any) –

  • kwargs (Any) –

systems: list[SystemSpec]#

Systems to be run.