importing
autoload will build it even tho its not used but it will at least execute the
init function. Meanwhile the "init" function already does
godotenv.Load(). so why are you importing autoload and doing that at the same time? Shouldn't you stick to ONLY one of these?