add weather

This commit is contained in:
2025-06-06 20:14:50 -05:00
parent 6ec931265f
commit 4d2a0dc2d9
4 changed files with 203 additions and 133 deletions

View File

@ -8,3 +8,4 @@ from .respond import GarfbotRespond
from .aod import aod_message
from .qr import generate_qr
from .iputils import IPUtils
from .weather import WeatherAPI