6 lines
143 B
Python
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"]
|