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

if __name__ == "__main__":
    server()
