#!/usr/bin/env python

import aiohttp

from pulpcore.content import server


aiohttp.web.run_app(server())
