mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2025-01-06 06:04:06 +08:00
7 lines
166 B
Python
7 lines
166 B
Python
"""Init namespace"""
|
|
|
|
__version__ = "1.0.0"
|
|
__license__ = "MIT License"
|
|
__copyright__ = (
|
|
"Copyright (C) 2019 Dineshkarthik <https://github.com/Dineshkarthik>"
|
|
)
|