#!/usr/bin/env python
from appstart import server

if __name__ == "__main__":
    server()
