Source code for flambe.const

from pathlib import Path
import os

[docs]FLAMBE_GLOBAL_FOLDER = os.path.join(str(Path.home()), ".flambe")