#!/usr/bin/python
# -*- coding: utf-8 -*-
from project import *

# deployer boilerplate
if __name__ ==  '__main__':
	main()