v.0.7.1 reorganize classes dir

This commit is contained in:
tiijay
2025-11-13 19:54:51 +01:00
parent 303a0f4468
commit 3351dfd1b0
7 changed files with 55 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
from app.classes import Weather
from app.classes import ResponseStatus
from .weather import Weather
from .response_status import ResponseStatus
class WeatherResponse:
_response_status: ResponseStatus