telegram_media_downloader/utils/__init__.py

8 lines
166 B
Python
Raw Normal View History

2020-12-30 19:15:27 +08:00
"""Init namespace"""
__version__ = "1.0.0"
2020-12-30 19:15:27 +08:00
__license__ = "MIT License"
__copyright__ = (
"Copyright (C) 2019 Dineshkarthik <https://github.com/Dineshkarthik>"
)