mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 20:23:32 +00:00
8 lines
194 B
Python
8 lines
194 B
Python
import logging
|
|
|
|
__version__ = '0.1b'
|
|
|
|
log = logging.getLogger(__name__)
|
|
|
|
API_URL = "https://api.telegram.org/bot{token}/{method}"
|
|
FILE_URL = "https://api.telegram.org/file/bot{token}/{file_id}"
|