Source code for pyzeta.experiments.stage
"""
Module containing an abstract base for a single stage to be executed during an
experiment. Such stages implement the command pattern.
Authors:\n
- Philipp Schuette\n
"""
from abc import ABC, abstractmethod