Atlas-Install/source/__init__.py
2022-06-08 14:39:43 +02:00

12 lines
245 B
Python

__version__ = (0, 12, 0)
__author__ = 'Faraphel'
discord_url = "https://discord.gg/HEYW5v8ZCd"
github_wiki_url = "https://github.com/Faraphel/MKWF-Install/wiki/help"
Ko = 1_000
Mo = 1_000 * Ko
Go = 1_000 * Mo
minimum_space_available = 15*Go