aboutsummaryrefslogtreecommitdiff
path: root/init.py
blob: 291042a45e18994dcbf0ad0d477c9327cc0a3281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import os
foldernames=["Cirque de Cilaos","Cirque de Mafate","Cirque de Salazie","Est","Nord","Ouest","Sud","Volcan","Ailleurs","All"]
totalfolders=foldernames
thehome=os.path.expanduser("~")
thefolder="/Randopitons"
default_folder=thehome+thefolder
choice = 0
maptype = 0

HEADER = '\033[95m'
OKBLUE = '\033[94m'
OKGREEN = '\033[92m'
WARNING = '\033[93m'
FAIL = '\033[91m'
ENDC = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'

print(BOLD+"A FUCKING LEAF"+ENDC)