flows: implement planner, start new executor

This commit is contained in:
Jens Langhammer
2020-05-08 14:33:14 +02:00
parent 97b5d120f8
commit 114bb1b0bd
15 changed files with 202 additions and 9 deletions

View File

@ -0,0 +1,5 @@
"""flow exceptions"""
class FlowNonApplicableError(BaseException):
"""Exception raised when a Flow does not apply to a user."""