#!/usr/bin/python3 -s

import aiohttp

from pulpcore.content import server


aiohttp.web.run_app(server(), port=24816)
