#!/usr/bin/env python
from dataplicity.app import App
import sys
sys.exit(App().run())
