# -*- coding: utf-8 -*- """Create an application instance.""" from harambee_led_bord.app import create_app app = create_app()