#!/usr/bin/env bash

_APP_CORE_DIR="$(dirname "${BASH_SOURCE[0]}")"

# ============================================
# Core Bootstrap
# ============================================

source "${_APP_CORE_DIR}/context.sh"
source "${_APP_CORE_DIR}/json.sh"