1.10 Настройка экспорта
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import aiohttp
|
||||
from ProjectsFiles import weather_api_key
|
||||
|
||||
# Настройки экспорта в модули
|
||||
__all__ = ("get_weather",)
|
||||
|
||||
async def get_weather(message, *args) -> str:
|
||||
# Извлекаем город из сообщения
|
||||
|
||||
Reference in New Issue
Block a user