Files

7 lines
94 B
Python
Raw Permalink Normal View History

2026-08-30 11:01:19 +02:00
"""Netatmo to RRDtool web service."""
from .app import create_app
__all__ = ["create_app"]