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