message_flow/commands/common/outcome.py (4 lines of code) (raw):

import abc __all__ = ["Outcome"] class Outcome(abc.ABC): ...