# -*- coding: utf-8 -*- """Setup the pod application""" from __future__ import print_function import logging from tg import config from pod import model import transaction def bootstrap(command, conf, vars): """Place any commands to setup pod here""" #