#!/usr/bin/env python

import sys

sys.path.insert(0, '/var/www/api.skoula.cz')

from app import app as application
