add tm store module

This commit is contained in:
2023-02-07 15:21:48 +01:00
parent 2766a5de7b
commit 2bd6caa3c2
3 changed files with 17 additions and 8 deletions

View File

@ -73,3 +73,4 @@ class CustomServiceList(str, enum.Enum):
TVTTESTPROCEDURE = "tvtestproc"
CONTROLLERS = "controllers"
SCEX = "scex"
TM_STORE = "tm_store"