2020-09-09 04:34:41 +04:00
|
|
|
__date__ = "9 September 2020"
|
|
|
|
__version__ = "0.3"
|
2020-07-08 22:53:39 +04:00
|
|
|
__author__ = "Alexander \"Arav\" Andreev"
|
|
|
|
__email__ = "me@arav.top"
|
|
|
|
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
|
|
|
|
__license__ = \
|
|
|
|
"""This program is licensed under the terms of the MIT license.
|
|
|
|
For a copy see COPYING file in a directory of the program, or
|
|
|
|
see <https://opensource.org/licenses/MIT>"""
|
|
|
|
|
2020-07-20 04:31:27 +04:00
|
|
|
|
|
|
|
USER_AGENT = f"ScrapTheChan/{__version__}"
|
|
|
|
|
2020-07-08 22:53:39 +04:00
|
|
|
VERSION = \
|
2020-07-20 03:43:36 +04:00
|
|
|
f"ScrapTheChan ver. {__version__} ({__date__})\n{__copyright__}\n"\
|
2020-07-08 22:53:39 +04:00
|
|
|
f"\n{__license__}"
|