# -*- coding:utf-8 -*- from ahserver.webapp import webapp from init import load_graph_service if __name__ == '__main__': webapp(load_graph_service)