"""Expose a production application.""" from xppl.app import create_app app = create_app('xppl.config.Production')