monasca-ui/monitoring/api/__init__.py
2014-05-09 16:18:06 -06:00

6 lines
64 B
Python

from monitoring.api import monitor
__all__ = [
"monitor"
]