python from eve import Eve app = Eve() app.config['DOMAIN'] = {'people': {}} if __name__ == '__main__': app.run()