Files
2026-08-30 11:01:19 +02:00

7 lines
94 B
Python

"""Netatmo to RRDtool web service."""
from .app import create_app
__all__ = ["create_app"]