from ircserver.factory import create_app import settings app = create_app() app.run(settings.BIND_HOST, 7000, debug=settings.DEBUG)