Skip to content

Commit c305970

Browse files
committed
Move the metrics module to a package
We will need to add more metrics-related wrappers in the future, so it is better to make it a package. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ad03c63 commit c305970

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# License: MIT
2+
# Copyright © 2025 Frequenz Energy-as-a-Service GmbH
3+
4+
"""Metrics definitions."""
5+
6+
from ._sample import AggregatedMetricValue, AggregationMethod
7+
8+
__all__ = [
9+
"AggregatedMetricValue",
10+
"AggregationMethod",
11+
]
File renamed without changes.

0 commit comments

Comments
 (0)