This commit is contained in:
2026-08-30 11:01:19 +02:00
parent a34cf42f0e
commit fcae3569fc
17 changed files with 679 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
"""Netatmo to RRDtool web service."""
from .app import create_app
__all__ = ["create_app"]