flows: Load Stages without refreshing the whole page (#33)

* flows: initial implementation of FlowExecutorShell

* flows: load messages dynamically upon card refresh
This commit is contained in:
Jens L
2020-05-24 00:57:25 +02:00
committed by GitHub
parent eeeb14a045
commit beabba2890
24 changed files with 428 additions and 237 deletions

View File

@ -19,7 +19,7 @@ LOGGER = get_logger()
class BaseOAuthClient:
"""Base OAuth Client"""
session: Session = None
session: Session
def __init__(self, source, token=""): # nosec
self.source = source