#! /usr/bin/env python # -*- coding: utf-8 -*- # vim:fenc=utf-8 from blockchain import create_app app = create_app()