#!/usr/bin/python3
import sys
from hackulus.start import app

app.run(host='192.168.0.73', port=8000, debug=True)