diff --git a/BotCode/utils/weather_api.py b/BotCode/utils/weather_api.py index 0c808c8..cbf3907 100644 --- a/BotCode/utils/weather_api.py +++ b/BotCode/utils/weather_api.py @@ -1,6 +1,8 @@ import aiohttp from ProjectsFiles import weather_api_key +# Настройки экспорта в модули +__all__ = ("get_weather",) async def get_weather(message, *args) -> str: # Извлекаем город из сообщения