mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-02 18:58:27 +02:00
12 lines
245 B
Python
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
|