# -*- coding: utf-8 -*-

"""Bundled scripts."""

import os.path as osp


SCRIPTS_PATH = osp.dirname(osp.realpath(__file__))
VSCODE_INSTALL_SCRIPT = osp.join(SCRIPTS_PATH, 'vscodeinstall.py')
