summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/telemetry/__init__.py
blob: a79cfbcbb4c0439d2d31cf9f8225c96f8695e27c (plain)
1
2
3
4
5
6
7
8
9
import os

if 'UNITTEST' in os.environ:
    import tests

try:
    from .module import Module
except ImportError:
    pass