package sample

import "os"

func LoadConfig() string {
	apiKey := os.Getenv("API_KEY")
	return apiKey
}