#!/usr/bin/env python3
from activate import server

server.app.run(debug=True)
