#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import sys
sys.path.append('.')
import at.app
at.app.main()
