felicity-lims/felicity/api/gql/analytics/__init__.py
2023-09-11 07:02:05 +02:00

29 lines
511 B
Python

from .types import (
Nothing,
GroupCount,
GroupData,
GroupedCounts,
GroupedData,
ProcessCounts,
ProcessData,
ProcessStatistics,
LaggardCounts,
LaggardData,
LaggardStatistics,
ReportMetaType,
)
analytics_types = [
Nothing,
GroupCount,
GroupData,
GroupedCounts,
GroupedData,
ProcessCounts,
ProcessData,
ProcessStatistics,
LaggardCounts,
LaggardData,
LaggardStatistics,
ReportMetaType,
]