Skip to content

Commit d04bbcf

Browse files
committed
added more components to init
Signed-off-by: Zen <[email protected]>
1 parent 2b9d2ce commit d04bbcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
from .exporter import Exporter
2+
from .metric import Metric
3+
from .labels import Labels
24

3-
__all__ = ['Exporter']
5+
__all__ = ['Exporter', 'Metric', 'Labels']

0 commit comments

Comments
 (0)