Build the module’s block layout; implemented by the subclass.
Assign self.seq, add blocks to it, and set center if the
module is timed against something other than its own start. Events are
published automatically; nothing has to be returned.
- Parameters:
*args (object) – What the subclass is constructed with, which its own docstring
states.
**kwargs (object) – What the subclass is constructed with, which its own docstring
states.