Introduce webserver mode for fastapi

This commit is contained in:
Matthias
2020-12-31 20:02:27 +01:00
parent 800e314bfd
commit 02b84bd018
4 changed files with 43 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ class RunMode(Enum):
UTIL_EXCHANGE = "util_exchange"
UTIL_NO_EXCHANGE = "util_no_exchange"
PLOT = "plot"
WEBSERVER = "webserver"
OTHER = "other"