""" Application constants. """ import os APP_NAME = "VASL Templates" APP_VERSION = "v0.1" BASE_DIR = os.path.abspath( os.path.join( os.path.split(__file__)[0], ".." ) )