diagram_ph/app/ipm/__init__.py

6 lines
143 B
Python

# IPM integration package
# Exposes the simple_refrig_api wrapper for the app
from . import simple_refrig_api
__all__ = ["simple_refrig_api"]