rename Test file and add init file for metric backend to import all at once

This commit is contained in:
2026-04-04 22:26:19 +02:00
parent 043d7654f9
commit 2b8f0396e3
4 changed files with 14 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
from .Template import StoreTemplate
from .Memory import MemoryMetricsStore
from .Redis import RedisMetricsStore